https://github.com/awsdataarchitect/cdk-api-timeout-demo
Open-source demo project implementation of API Gateway with longer integration timeouts using AWS-CDK
https://github.com/awsdataarchitect/cdk-api-timeout-demo
apigateway aws cdk genai-usecase lambda
Last synced: about 2 months ago
JSON representation
Open-source demo project implementation of API Gateway with longer integration timeouts using AWS-CDK
- Host: GitHub
- URL: https://github.com/awsdataarchitect/cdk-api-timeout-demo
- Owner: awsdataarchitect
- Created: 2024-06-13T15:33:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:15:35.000Z (about 2 years ago)
- Last Synced: 2025-08-03T03:29:29.124Z (11 months ago)
- Topics: apigateway, aws, cdk, genai-usecase, lambda
- Language: TypeScript
- Homepage: https://medium.com/@vivek-aws/using-api-gateway-for-generative-ai-uses-cases-with-llms-or-workloads-requiring-longer-timeouts-a265cb4d5a15
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://medium.com/@vivek-aws/using-api-gateway-for-generative-ai-uses-cases-with-llms-or-workloads-requiring-longer-timeouts-a265cb4d5a15).
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