AWS
At a high level, Gateway on AWS is a Step Function which invokes multiple lambdas, which in turn run models on Bedrock and use DynamoDB for caching.Prerequisites
- AWS account with permissions to create the resources mentioned above
- Terraform
- The Gateway Terraform module (provided via SFTP during onboarding)
- Access to our ECR registry (provided during onboarding)
Quick start
IAM permissions
Callers need permissions to invoke the Step Function and check execution status:REGION, ACCOUNT_ID, and STATE_MACHINE_NAME with values from your deployment.

