Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack
AWS Lambda function invoke error notification Stack
https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack
aws cdk email lambda notification stack
Last synced: about 2 months ago
JSON representation
AWS Lambda function invoke error notification Stack
- Host: GitHub
- URL: https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack
- Owner: gammarers
- License: apache-2.0
- Created: 2024-05-30T06:58:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:16:53.000Z (about 2 months ago)
- Last Synced: 2024-11-10T19:24:55.175Z (about 2 months ago)
- Topics: aws, cdk, email, lambda, notification, stack
- Language: TypeScript
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Lambda Function Invoke Error Notification Stack
[![GitHub](https://img.shields.io/github/license/gammarers/aws-lambda-function-invoke-error-notification-stack?style=flat-square)](https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-lambda-function-invoke-error-notification-stack?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-lambda-function-invoke-error-notification-stack)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-lambda-function-invoke-error-notification-stack/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-lambda-function-invoke-error-notification-stack?sort=semver&style=flat-square)](https://github.com/gammarers/aws-lambda-function-invoke-error-notification-stack/releases)[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-lambda-function-invoke-error-notification-stack)](https://constructs.dev/packages/@gammarers/aws-lambda-function-invoke-error-notification-stack)
AWS Lambda function invoke error notification Stack
## Install
### TypeScript
#### install by npm
```shell
npm install @gammarers/aws-lambda-function-invoke-error-notification-stack
```
#### install by yarn```shell
yarn add @gammarers/aws-lambda-function-invoke-error-notification-stack
```
#### install by pnpm```shell
pnpm add @gammarers/aws-lambda-function-invoke-error-notification-stack
```
#### install by bun```shell
bun add @gammarers/aws-lambda-function-invoke-error-notification-stack
```## License
This project is licensed under the Apache-2.0 License.