0.2.0 • Published 4 years ago

create-sam-app v0.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Overview

Shell tool for creating boilerplate AWS SAM applications.

Prerequisites

  • Node.js installed
  • AWS Credentials file in your home directory (run aws configure using AWS CLI)
  • SAM CLI installed
  • AWS CLI installed

Getting started

  1. npm install -g create-sam-app : Installs create-sam-app globally as a shell tool
  2. create-sam-app <yourProjectNameHere>: Creates a SAM project with the name you indicate and takes you throw the flow of creating an S3 bucket/prefix