You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
249
249
|**[Offline Redis Server - `serverless-offline-redis-server`](https://github.com/apancutt/serverless-offline-redis-server)** <br/> by [apancutt](http://github.com/apancutt) <br/> A plugin that will run a local Redis server alongside Serverless Offline | <br/> |
250
250
|**[Offline Schedule - `serverless-offline-schedule`](https://github.com/Meemaw/serverless-offline-schedule)** <br/> by [Meemaw](http://github.com/Meemaw) <br/> Emulate schedule events locally when developing your Serverless project | <br/> |
251
251
|**[Offline Scheduler - `serverless-offline-scheduler`](https://github.com/ajmath/serverless-offline-scheduler)** <br/> by [ajmath](http://github.com/ajmath) <br/> Runs scheduled functions offline while integrating with serverless-offline | <br/> |
252
-
|**[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)** <br/> by [domdomegg](http://github.com/domdomegg) <br/> Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API| <br/> |
252
+
|**[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)** <br/> by [domdomegg](http://github.com/domdomegg) <br/> Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V1 and V2 SendEmail and SendRawEmail APIs| <br/> |
253
253
|**[Offline Sns - `serverless-offline-sns`](https://github.com/mj1618/serverless-offline-sns)** <br/> by [mj1618](http://github.com/mj1618) <br/> Serverless plugin to run a local SNS server and call serverless SNS handlers with events notifications. | <br/> |
254
254
|**[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)** <br/> by [janders223](http://github.com/janders223) <br/> Read SSM parameters from a .env file instead of AWS | <br/> |
255
255
|**[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)** <br/> by [softprops](http://github.com/softprops) <br/> Easily manage oncall for your serverless services | <br/> |
Copy file name to clipboardExpand all lines: plugins.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,7 @@
400
400
"status": "active"
401
401
}, {
402
402
"name": "serverless-offline-ses-v2",
403
-
"description": "Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API",
403
+
"description": "Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V1 and V2 SendEmail and SendRawEmail APIs",
0 commit comments