Skip to content

awsdataarchitect/cdk-api-timeout-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-source demo project implementation of API Gateway with longer integration timeouts using AWS-CDK

This is a CDK project written in TypeScript to demo how to implement API Gateway requiring longer timeouts than 29 seconds for your workloads such as Generative AI uses cases with LLMs.

For more details on how to deploy the infrastructure and the solution details, please refer to the Blog Post.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template