Skip to content

Latest commit

 

History

History

samples_1

AWS SAM Examples

To work with the example applications in this repository, first ensure that you've installed and configured the requirements listed below. Then follow the instructions in the README files in the application/language subdirectories.

Requirements

  • An AWS account
  • The AWS Command Line Interface (AWS CLI)
  • Docker
  • SAM Local
  • An Amazon S3 bucket
  • (Optional) Maven

To install the AWS CLI, follow the instructions at Installing the AWS Command Line Interface.

To install Docker and SAM Local, follow the instructions at Requirements for Using SAM Local.

To create an Amazon S3 bucket, follow the instructions at Create a Bucket.

To run the Java examples, you'll need to install Maven. For more information, see Creating a .jar Deployment Package Using Maven without any IDE (Java) .

Recommended

You can use Postman to test API Gateway.