Skip to content

Commit

Permalink
test: update integ testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Feb 7, 2024
1 parent 66bf7f5 commit 6c301ac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ class SNSFifoArchivePolicyStack extends Stack {
super(scope, id, props);

new Topic(this, 'MyTopic', {
topicName: 'fooTopic',
displayName: 'fooDisplayName',
contentBasedDeduplication: true,
fifo: true,
messageRetentionPeriodInDays: 12,
});
Expand Down

0 comments on commit 6c301ac

Please sign in to comment.