cdk-pigeon
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Pigeon

This is a cheaper version of AWS Synthetics Canary. Head to my blog post to read more about the inspiration for this CDK Construct.

Pigeon is meant to be dead simple. It creates a Lambda Function that runs on a schedule and optionally alerts an email if the Lambda fails. Everything created is exposed, so if you want to create an alert different than the default, everything is there for you to do it.

Props

schedule: events.Schedule

lambdaFunctionProps: lambda.FunctionProps

lambdaTargetProps?: targets.LambdaFunctionProps

alertOnFailure?: boolean

emailAddress?: string

Properties

lambdaFunction!: lambda.Function

rule!: events.Rule

alarm?: cloudwatch.Alarm

topic?: sns.Topic

Package Sidebar

Install

npm i cdk-pigeon

Weekly Downloads

38

Version

0.1.0

License

Apache-2.0

Unpacked Size

1 MB

Total Files

38

Last publish

Collaborators

  • thomasstep