Skip to content

ryparker/aws-cdk-sample-apigatewayv2-alpha-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published