From 1de3cb717210766e402075ba05d7ae283cc42231 Mon Sep 17 00:00:00 2001 From: aaron-rosenberg <58542388+aaron-rosenberg@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:50:39 -0600 Subject: [PATCH 1/2] Modify AgentCore project creation command It errors without this small --no-agent flag when importing from the yaml. Signed-off-by: aaron-rosenberg <58542388+aaron-rosenberg@users.noreply.github.com> --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 5173f874f..516482ce3 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -33,7 +33,7 @@ uv tool uninstall bedrock-agentcore-starter-toolkit # if installed via uv Create a new AgentCore CLI project that will receive the imported resources: ```bash -agentcore create --name my-project +agentcore create --name my-project --no-agent cd my-project ``` From e085d2ca172f12791c1dbe439bddb4d90eeeb87e Mon Sep 17 00:00:00 2001 From: aaron-rosenberg <58542388+aaron-rosenberg@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:53:04 -0600 Subject: [PATCH 2/2] Add Aaron Rosenberg to CONTRIBUTORS.md Signed-off-by: aaron-rosenberg <58542388+aaron-rosenberg@users.noreply.github.com> --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 17a07870a..2256d7640 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -106,3 +106,4 @@ - Dumitru Pascu (dumip) - Eitan Sela - Swara Gandhi +- Aaron Rosenberg