Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.14 KB

File metadata and controls

23 lines (14 loc) · 1.14 KB

Foundation Models playground with AWS App Runner and AWS Bedrock

diagram_apprunner

This is a sample project to demonstrate how to use AWS App Runner with AWS Bedrock to deploy a minimalistic generative AI application.

The application itself transforms an email to a per person to-do list. Screenshot 2023-10-29 at 19 23 31

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
  • cdk bootstrap bootstrap the AWS CDK toolkit
  • cdk destroy destroy the stack