/cdk-aws-apigateway-http-api

CDK app that deploys an Amazon API Gateway with HTTP API along with an AWS Lambda to handle GET requests on base path

Primary LanguagePython

cdk-aws-apigateway-http-api

CDK app that deploys an Amazon API Gateway with HTTP API along with an AWS Lambda to handle GET requests on base path.

Prerequisites

  • AWS:
    • Must have authenticated with Default Credentials in your local environment.
    • Must have completed the CDK bootstrapping process for the AWS environment where you intend to deploy the app.
  • Node.js + npm:
  • Poetry:

Installation

npx projen install

Deployment

npx projen deploy

Cleanup

npx projen destroy