https://github.com/awsdataarchitect/bedrock-recipe-app-cdk
Open-source code for a Food Recipe - Generative AI App on ECS, powered by AWS Bedrock Managed FM Models using CDK
https://github.com/awsdataarchitect/bedrock-recipe-app-cdk
amazon-bedrock aws cdk ecs-fargate generative-ai
Last synced: 2 months ago
JSON representation
Open-source code for a Food Recipe - Generative AI App on ECS, powered by AWS Bedrock Managed FM Models using CDK
- Host: GitHub
- URL: https://github.com/awsdataarchitect/bedrock-recipe-app-cdk
- Owner: awsdataarchitect
- License: mit
- Created: 2023-10-03T01:20:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T03:33:05.000Z (over 2 years ago)
- Last Synced: 2025-07-03T17:10:38.859Z (12 months ago)
- Topics: amazon-bedrock, aws, cdk, ecs-fargate, generative-ai
- Language: Python
- Homepage: https://vivek-aws.medium.com/building-a-food-recipe-generative-ai-app-on-ecs-powered-by-aws-bedrock-managed-fm-models-using-55ffb4bd7b8e
- Size: 476 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open source example code for a Food Recipe - Generative AI App on ECS, powered by AWS Bedrock Managed FM Models using CDK
This is a CDK project written in TypeScript that provisions a Streamlit UI based Generative AI App powered by AWS Bedrock running on an ECS Fargate Cluster in a VPC with Public Subnets and associated IAM Roles/Policies, Security Groups, Route Tables, Internet Gateway and an Application Load Balancer.
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
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template