Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.