From 1f7de70ece13e18df7e9a3e28fa52e25e3c69efe Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Wed, 26 Jan 2022 01:44:31 +0000 Subject: [PATCH] Add serverless-offline-ses-v2 plugin --- README.md | 1 + plugins.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 476d207..7c1ddc7 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Offline Redis Server - `serverless-offline-redis-server`](https://github.com/apancutt/serverless-offline-redis-server)**
by [apancutt](http://github.com/apancutt)
A plugin that will run a local Redis server alongside Serverless Offline | ![Github Stars](https://img.shields.io/github/stars/apancutt/serverless-offline-redis-server.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-redis-server.svg?label=Downloads&style=for-the-badge)| | **[Offline Schedule - `serverless-offline-schedule`](https://github.com/Meemaw/serverless-offline-schedule)**
by [Meemaw](http://github.com/Meemaw)
Emulate schedule events locally when developing your Serverless project | ![Github Stars](https://img.shields.io/github/stars/Meemaw/serverless-offline-schedule.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-schedule.svg?label=Downloads&style=for-the-badge)| | **[Offline Scheduler - `serverless-offline-scheduler`](https://github.com/ajmath/serverless-offline-scheduler)**
by [ajmath](http://github.com/ajmath)
Runs scheduled functions offline while integrating with serverless-offline | ![Github Stars](https://img.shields.io/github/stars/ajmath/serverless-offline-scheduler.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-scheduler.svg?label=Downloads&style=for-the-badge)| +| **[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)**
by [domdomegg](http://github.com/domdomegg)
Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API | ![Github Stars](https://img.shields.io/github/stars/domdomegg/serverless-offline-ses-v2.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ses-v2.svg?label=Downloads&style=for-the-badge)| | **[Offline Sns - `serverless-offline-sns`](https://github.com/mj1618/serverless-offline-sns)**
by [mj1618](http://github.com/mj1618)
Serverless plugin to run a local SNS server and call serverless SNS handlers with events notifications. | ![Github Stars](https://img.shields.io/github/stars/mj1618/serverless-offline-sns.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-sns.svg?label=Downloads&style=for-the-badge)| | **[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)**
by [janders223](http://github.com/janders223)
Read SSM parameters from a .env file instead of AWS | ![Github Stars](https://img.shields.io/github/stars/janders223/serverless-offline-ssm.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ssm.svg?label=Downloads&style=for-the-badge)| | **[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)**
by [softprops](http://github.com/softprops)
Easily manage oncall for your serverless services | ![Github Stars](https://img.shields.io/github/stars/softprops/serverless-oncall.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-oncall.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index f291f5a..0d55b04 100644 --- a/plugins.json +++ b/plugins.json @@ -388,6 +388,11 @@ "description": "Allow offline direct lambda-to-lambda interactions by exposing lambdas with no API Gateway event via HTTP.", "githubUrl": "https://github.com/civicteam/serverless-offline-direct-lambda", "status": "active" +}, { + "name": "serverless-offline-ses-v2", + "description": "Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API", + "githubUrl": "https://github.com/domdomegg/serverless-offline-ses-v2", + "status": "active" }, { "name": "serverless-offline-edge-lambda", "description": "A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline",