Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,14 @@ agentcore gateway rule list
agentcore gateway rule get
```

Gateway execution-role reconciliation supports one mutation at a time per
Gateway. Do not run Gateway, Target, or Connector create, update, or delete
commands concurrently for the same Gateway; the CLI does not provide
cross-process locking. If a Gateway deletion remains indeterminate after
retries, the CLI retains `AgentCoreCliGatewayExecutionPolicy` rather than risk
removing permissions from a live Gateway. After confirming the Gateway is
deleted, remove that inline policy manually from its former execution role.

---

# Architecture & patterns
Expand Down
Loading
Loading