Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 851 Bytes

File metadata and controls

38 lines (24 loc) · 851 Bytes

AWS CDK (v2) apigatewayv2-alpha Lambda trigger console error

Error seen in Lambda console: The API with ID doesn’t include a route with path /* having an integration.

Original issue: aws/aws-cdk#19532

🚀 Quick Start

1. Install dependencies with Yarn v1

yarn install

2. Build Cloudformation files

yarn build

3. Create the bootstrap stack in your AWS account This only needs to be ran once per account/region.

yarn bootstrap

4. Deploy

yarn deploy --all

5. View the console Error

View one of the created Lambda functions in the AWS console. Then open "configuration" > "Triggers" to see the error.

screenshot of console error