Skip to content

Companion repository for the tutorial Request-Response with Amazon API Gateway and AWS Lambda

License

Notifications You must be signed in to change notification settings

build-on-aws/request-response-with-amazon-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Request-Response with Amazon API Gateway

This is the companion repository for the Request-Response with Amazon API Gateway and AWS Lambda tutorial.

Cloning this repository is not required for the tutorial, but it provides branches with individual milestones for each step:

Instructions

Load a milestone

You can load and explore the individual milestones by checking out their respective branches:

Step 1 - Create and Deploy the CDK App:

git checkout 01-empty-cdk-project

Step 2 - Create and Deploy the API:

git checkout 02-api-gateway

Step 3 - Create a Lambda Function:

git checkout 03-lambda-function

Step 4 - Connect the Lambda Function to the API:

git checkout 04-connect-lambda-to-api

Deploy a milestone

To deploy any of the milestones to an AWS account, you need the following:

Once everything is set up, load any of the branches and type the following command:

cdk deploy

Clean up

To clean up and delete all created resources, type:

cdk destroy

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.