GitDeployHub

aws-samples/sample-agentic-value-accelerator

github.com/aws-samples/sample-agentic-value-accelerator ↗
Unknown stack
9 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • AWS_REGION secret AWS Configuration
  • AWS_ACCESS_KEY_ID secret
  • AWS_SECRET_ACCESS_KEY secret
  • S3_BUCKET_NAME S3 Configuration The bucket name is auto-generated by Terraform with format: ava-<use_case_id>-data-<random> Get the actual value from…
  • BEDROCK_MODEL_ID Bedrock Configuration Use inference profile ARN for Claude Opus 4.5 (replace <ACCOUNT_ID> with your AWS account ID)
  • APP_ENV Application Configuration
  • LOG_LEVEL
  • AGENT_NAME Use Case Selection Which agentic use case to run from the registry
  • DEPLOYMENT_MODE Deployment Mode Configuration Options: fastapi | agentcore | lambda fastapi: For EC2/ALB deployment or local development (default)…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator
Or deploy to a different host
← Try another repo