An open API service indexing awesome lists of open source software.

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

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