Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.03 KB

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.