Add Claude apps gateway on AWS example deployment assets - #79898
Merged
Conversation
Reference artifacts accompanying the Gateway-on-AWS walkthrough (https://code.claude.com/docs/en/claude-apps-gateway-on-aws), sibling to the existing examples/gateway/gcp assets: - setup.sh: scripts the walkthrough end to end via the aws CLI (security groups, IAM roles, ECR image build/push with gateway.yaml baked in, private-subnet RDS for PostgreSQL, Secrets Manager secrets, ECS Fargate service behind an internal ALB) - Dockerfile: distroless runtime image for the gateway; the Claude Code release binary is verified against an operator-supplied sha256 - gateway.yaml.example: config template (Bedrock upstream, Okta IdP) - terraform/: module provisioning the same architecture (ECS track) Provided as a working example to adapt, not a supported production deployment.
roy-ant
enabled auto-merge
July 21, 2026 19:28
sarahdeaton
approved these changes
Jul 21, 2026
This was referenced Jul 21, 2026
|
Put me in the screenshot |
This was referenced Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reference deployment artifacts for running Claude apps gateway on AWS with Amazon Bedrock, accompanying the walkthrough at https://code.claude.com/docs/en/claude-apps-gateway-on-aws (publishing shortly). Sibling to the existing
examples/gateway/gcpassets, underexamples/gateway/aws/:setup.sh— scripts the walkthrough end to end via theawsCLI: security groups, task + execution IAM roles, ECR image build/push (withgateway.yamlbaked into the image), private-subnet RDS for PostgreSQL, Secrets Manager secrets, and an ECS Fargate service behind an internal ALB. Idempotent and safe to re-run; every default is env-overridable.Dockerfile— distroless, nonroot runtime image. The Claude Code release binary (which includes thegatewaysubcommand) is verified against an operator-supplied sha256 before build.gateway.yaml.example— config template shaped for AWS (Bedrock upstream, Okta IdP).terraform/— module provisioning the same architecture for the ECS track (two-pass apply; see its README).Provided as a working example to adapt, not a supported production deployment.
Test plan
setup.shexercised end to end withaws/dockerstubbed onPATH(no AWS resources): greenfield provisioning flow, sha256 verification and checksum-mismatch quarantine (claude.bad), RDS CA bundle download + sanity check, missing-input gate for the deploy stepbash -nand shellcheck clean