/aws-cdk-http-api-apigateway-v2-example

Repository for an article at https://bobbyhadz.com/blog/aws-cdk-http-api-apigateway-v2-example - for how to provision HTTP API using AWS CDK

Primary LanguageJavaScript

Http API Example in AWS CDK [API Gateway V2]

A repository for an article on bobbyhadz.com

If you use CDK v1, switch to the cdk-v1 branch

How to Use

  1. Clone the repository

  2. Install the dependencies

npm install
  1. Create the CDK stack
npx aws-cdk deploy \
  --outputs-file ./cdk-outputs.json
  1. Open the AWS CloudFormation Console and the stack should be created in your default region

  2. Cleanup

npx aws-cdk destroy