Skip to content

Boilerplate TypeScript code for applications developed with AWS Serverless Application Model (SAM)

License

Notifications You must be signed in to change notification settings

silverhero13/sam-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sam-hello-world

This project contains source code that serves as a base template for other SAM applications. This project is configured to use TypeScript, ESLint, and Prettier.

Deploy the sample application

To use the SAM CLI, you need the following tools.

Build the TypeScript code first by going to the app directory and running the build script:

cd app
npm run build

Go back to the project's root directory.

Build and deploy the application with the following commands:

sam build
sam deploy --guided

The first command will build the source of your application. The second command will package and deploy your application to AWS, with a series of prompts.

About

Boilerplate TypeScript code for applications developed with AWS Serverless Application Model (SAM)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published