You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent): also pin the 2 AgentCore Delivery links (aws-samples#247#58 deploy-block, round 2)
Round-1 pinning fixed the DeliverySource/DeliveryDestination collision —
all 4 updated in place — but the rollback just moved one resource
downstream to AWS::Logs::Delivery ('identifier null already exists').
A Delivery has no Name, but it IS unique per (source, destination) pair;
with the source+dest now pinned, the churned Delivery logical id tried to
create-before-delete a SECOND link over the same pair → AlreadyExists.
Pin the 2 Delivery links' logical IDs too (logical-id only — no Name).
pinLogResource's liveName is now optional. cdk diff: all 6 log resources
[~] in place (Delivery no longer [-]/[+]); the inner [-]/[+] is just
DependsOn reordering. agent.test.ts (44) green.
0 commit comments