Open
Conversation
Add scripts/deploy-agentcore.sh to automate deploying seller + buyer agents to AWS Bedrock AgentCore with a single command. Add scripts/test-agentcore.sh for quick post-deploy verification. Update docs/deploy-to-agentcore.md with a Quick Deploy section.
…esources - Pass env vars via `agentcore deploy --env` instead of .env files (containers don't load .env files) - Use separate SELLER_NVM_API_KEY and BUYER_NVM_API_KEY - Enable auto-create for execution roles, ECR repos, and S3 in yaml examples - Add --auto-update-on-conflict for redeployments - Fix agentcore status (no positional agent name arg) - Fix mktemp collision in test script Tested: both agents deploy and communicate end-to-end on AgentCore.
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
scripts/deploy-agentcore.shthat automates deploying seller + buyer agents to AWS Bedrock AgentCore with a single commandscripts/test-agentcore.shfor quick post-deploy verification (status check + invoke)docs/deploy-to-agentcore.mdSELLER_NVM_API_KEY/BUYER_NVM_API_KEY(seller is builder, buyer is subscriber)agentcore deploy --env(containers don't load .env files)Test plan
🤖 Generated with Claude Code