cdk-queue-dd-construct
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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.

/cdk-queue-dd-construct/

    Package Sidebar

    Install

    npm i cdk-queue-dd-construct

    Weekly Downloads

    1

    Version

    0.0.7

    License

    GPL

    Unpacked Size

    10.5 kB

    Total Files

    15

    Last publish

    Collaborators

    • benbpyle