CDK construct to send Lambda detail errors to AWS SNS Topic.
Project description
Lambda Error SNS Sender
A simple solution to improve the CloudWatch alarm to receive Lambda error details by email. Available as CDK construct or as CloudFormation.
How does it work:
- Lambda is subscribed to the SNS topic where you receive your alarms. There is a message body subscription filter that limits errors based on the Lambda error metric. If you defied your metic in some other way, not the default one, you will have to change that filter.
- Lambda analyzes the message, finds a log of the failed Lambda, and queries the log for the period that the metic was configured, plus some additional safety time, so we do not miss that error message. It extracts just a number of errors that can fit in one SNS message. -Lambda sends errors to the same SNS you use for alerts. So apart from the common Alarm message, you will receive an additional one with error messages.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lambda-error-sns-sender-0.0.50.tar.gz
.
File metadata
- Download URL: lambda-error-sns-sender-0.0.50.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d6c0cbbc5e9efb9442be2326ad5c5828e0b79093e360deb1bee214319632c86 |
|
MD5 | 2046246396bf9fe747b2939175dce2d7 |
|
BLAKE2b-256 | 28c9e70885b231fe532d56b23c67b3ecd51dffa982425949a79fbb657116650c |
File details
Details for the file lambda_error_sns_sender-0.0.50-py3-none-any.whl
.
File metadata
- Download URL: lambda_error_sns_sender-0.0.50-py3-none-any.whl
- Upload date:
- Size: 45.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c588a4f24f396b387fb4201e2859b92b207921127182c243bae15352deab33f |
|
MD5 | 8899e6ec8b9694a4ebda467d212eefa2 |
|
BLAKE2b-256 | 162aa802d72090e433fa5db925e74e00d9a2c7f9938254a42bf05c335f02dddc |