This is a CDK construct library the vends constructs used to notify via discord about various resources and services.
The following constructs are available:
MonthlyCostNotifier
- This construct will notify a discord webhook with a formatted embed of the monthly billing for the account.
TrueNasAlertNotifier
- Creates resources to ingest a TrueNAS SNS alert by sending it to a lambda where it is parsed and sent to a discord webhook.
This provider is built for the following languages:
- Javascript/Typescript
- Python
- C#
Details on how to find these packages are below and on ConstructHub
Javascript/Typescript package is available on NPM.
The npm package is viewable at https://www.npmjs.com/package/@awlsring/cdk-aws-discord-notifiers
npm install @awlsring/cdk-aws-discord-notifiers
Python package is available on PyPi.
The pypi package is viewable at https://pypi.org/project/cdk-aws-discord-notifiers/
pip install cdk-aws-discord-notifiers
C# package is available on Nuget.
The nuget package is viewable at https://www.nuget.org/packages/awlsring.CdkAwsDiscordNotifiers/
dotnet add package awlsring.CdkAwsDiscordNotifiers