0.0.7 • Published 8 months ago

cdk-queue-dd-construct v0.0.7

Weekly downloads
-
License
GPL
Repository
github
Last release
8 months ago

CDK Queue Datadog Monitor Construct

AWS CodeBuild Step that can be added into a CodePipline workflow which will build a DataDog Monitor

Installation

npm i cdk-queue-dd-construct"

Usage

Use this Construct as a CodeBuildStep in a CodePipeline

let stageDeployment = pipeline.addStage(stage);
const queueConstruct = new CdkQueueDdConstruct(this, `QueueStage`, {
	queueName: "alarm-queue-name",
	readableQueueName: "Sample Alarm Queue",
	slackChannel: "@slack-operational-issues",
});
stageDeployment.addPost(queueConstruct.monitorStep);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago