diff --git a/cdk/lib/__snapshots__/event-forwarder.test.ts.snap b/cdk/lib/__snapshots__/event-forwarder.test.ts.snap index 6c94025..96187ac 100644 --- a/cdk/lib/__snapshots__/event-forwarder.test.ts.snap +++ b/cdk/lib/__snapshots__/event-forwarder.test.ts.snap @@ -98,7 +98,7 @@ Object { Object { "Ref": "AWS::AccountId", }, - ":stack/playground-PROD-cdk-playground", + ":stack/playground-PROD-cdk-playground*", ], ], }, diff --git a/cdk/lib/event-forwarder.ts b/cdk/lib/event-forwarder.ts index 9d9f7c3..9e29281 100644 --- a/cdk/lib/event-forwarder.ts +++ b/cdk/lib/event-forwarder.ts @@ -63,7 +63,7 @@ export class EventForwarder extends GuStack { region, account, resource: 'stack', - resourceName: 'playground-PROD-cdk-playground', + resourceName: 'playground-PROD-cdk-playground*', }), }, ],