Skip to content

Commit 0641b62

Browse files
committed
fix(events): Update event source namespace in domain configuration
1 parent d19c84f commit 0641b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_contracts/infrastructure/domain.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Resources:
121121
"events:creatorAccount": "${aws:PrincipalAccount}"
122122
StringEquals:
123123
"events:source":
124-
- "{{resolve:ssm:/uni-prop/UnicornApprovalsNamespace}}"
124+
- "{{resolve:ssm:/uni-prop/UnicornContractsNamespace}}"
125125
"Null":
126126
"events:source": "false"
127127

0 commit comments

Comments
 (0)