Skip to content

Commit

Permalink
Merge pull request #55 from DataChefHQ/36-default-alertingnotificatio…
Browse files Browse the repository at this point in the history
…n-channel

fix: ssm parameter miss spelling
  • Loading branch information
Warrenn authored Oct 24, 2024
2 parents 0546527 + d5306a9 commit 3bc5373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stacks/organization/workloads/base/global-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class WorkloadGlobalStack extends DlzStack {
topicName: this.resourceName(`${idPrefix}-topic`),
});

new ssm.StringParameter(this, this.resourceName(`${idPrefix}}-notification-id`), {
new ssm.StringParameter(this, this.resourceName(`${idPrefix}-notification-id`), {
parameterName: `${SSM_PARAMETER_DLZ_PREFIX}/sns/default-notification/arn`,
stringValue: topic.topicArn,
});
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/build.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bc5373

Please sign in to comment.