Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 805 Bytes

serverless-getting-started.md

File metadata and controls

10 lines (7 loc) · 805 Bytes

Getting started with AWS SAM

To get started with AWS SAM, use the AWS SAM CLI to create a serverless application that you can package and deploy in the AWS Cloud. You can run the application both in the AWS Cloud or locally on your development host.

To install the AWS SAM CLI, including everything that needs to be installed or configured to use the AWS SAM CLI, see Installing the AWS SAM CLI. After the AWS SAM CLI is installed, you can run through the following tutorial.

Topics