-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add CloudWatch notifications and SNS subscriptions"
- Loading branch information
1 parent
45438e0
commit 95d0215
Showing
2 changed files
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// import * as cdk from 'aws-cdk-lib'; | ||
// import { Template } from 'aws-cdk-lib/assertions'; | ||
// import * as CdkPipelineDocker from '../lib/cdk-pipeline-docker-stack'; | ||
|
||
// example test. To run these tests, uncomment this file along with the | ||
// example resource in lib/cdk-pipeline-docker-stack.ts | ||
test("SQS Queue Created", () => { | ||
// const app = new cdk.App(); | ||
// // WHEN | ||
// const stack = new CdkPipelineDocker.CdkPipelineDockerStack(app, 'MyTestStack'); | ||
// // THEN | ||
// const template = Template.fromStack(stack); | ||
// template.hasResourceProperties('AWS::SQS::Queue', { | ||
// VisibilityTimeout: 300 | ||
// }); | ||
}); |