Table of Contents
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.
- 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) .
- ./samples_1 - split examples from https://github.com/awslabs/aws-sam-local/tree/develop/samples
- ./samples_2 - split examples from https://github.com/awslabs/serverless-application-model/tree/develop/examples/apps
- ./samples_3 - split examples from https://github.com/awslabs/serverless-application-model/tree/develop/examples/2016-10-31
You can use Postman to test API Gateway.