Skip to content

Commit d75ac50

Browse files
authored
feat: Add AWS SES community example (#704)
1 parent 6eab555 commit d75ac50

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ serverless install -u https://github.com/author/project -n my-project
241241
| **[Aws Mfa Enforce](https://github.com/Chan9390/aws-mfa-enforce)** <br/> Serverless function to automate enforcement of Multi-Factor Authentication (MFA) to all AWS IAM users with access to AWS Management Console. | [Chan9390](http://github.com/Chan9390) |
242242
| **[Aws Node Signed Uploads](https://github.com/kalinchernev/aws-node-signed-uploads)** <br/> Upload files larger than 10MB with AWS Lambda and API Gateway. Can be developed and tested locally. | [kalinchernev](http://github.com/kalinchernev) |
243243
| **[Aws Ses Serverless Example](https://github.com/lakshmantgld/aws-ses-serverless-example)** <br/> AWS SES example in NodeJS using lambda | [lakshmantgld](http://github.com/lakshmantgld) |
244+
| **[AWS SES emails with Node.js and serverless-offline](https://github.com/domdomegg/serverless-example-send-email-with-ses-offline)** <br/> Sending emails with AWS SES, Node.js, serverless-offline and serverless-offline-ses-v2 | [domdomegg](http://github.com/domdomegg) |
244245
| **[Bablebot](https://github.com/abiglobalhealth/babelbot)** <br/> Lambda + API Gateway: Zero-to-chatbot in <10 lines of JS. Built-in integrations for Messenger, Telegram, Kik, Line, Twilio, Skype, and Wechat. Or roll your own! | [abiglobalhealth](http://github.com/abiglobalhealth) |
245246
| **[Bittman](https://github.com/rhlsthrm/bittman)** <br/> A serverless project that follows a stock trading algorithm and uses scheduled functions to save data to DynamoDB and send emails through Mailgun. | [rhlsthrm](http://github.com/rhlsthrm) |
246247
| **[Cordis Serverless](https://github.com/marzeelabs/cordis-serverless)** <br/> A serverless API for EU Cordis data | [marzeelabs](http://github.com/marzeelabs) |

community-examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@
253253
"description": "AWS SES example in NodeJS using lambda",
254254
"githubUrl": "https://github.com/lakshmantgld/aws-ses-serverless-example"
255255
},
256+
{
257+
"name": "serverless-example-send-email-with-ses-offline",
258+
"description": "Sending emails with AWS SES, Node.js, serverless-offline and serverless-offline-ses-v2",
259+
"githubUrl": "https://github.com/domdomegg/serverless-example-send-email-with-ses-offline"
260+
},
256261
{
257262
"name": "aws-node-signed-uploads",
258263
"description": "Upload files larger than 10MB with AWS Lambda and API Gateway. Can be developed and tested locally.",

examples.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,19 @@
19271927
"authorAvatar": "https://avatars.githubusercontent.com/u/6481030?v=4",
19281928
"community": true
19291929
},
1930+
{
1931+
"title": "AWS SES emails with Node.js and serverless-offline",
1932+
"name": "serverless-example-send-email-with-ses-offline",
1933+
"description": "Sending emails with AWS SES, Node.js, serverless-offline and serverless-offline-ses-v2",
1934+
"githubUrl": "https://github.com/domdomegg/serverless-example-send-email-with-ses-offline",
1935+
"framework": "3",
1936+
"language": "node",
1937+
"platform": "aws",
1938+
"authorLink": "https://github.com/domdomegg",
1939+
"authorName": "domdomegg",
1940+
"authorAvatar": "https://avatars.githubusercontent.com/u/4953590?v=4",
1941+
"community": true
1942+
},
19301943
{
19311944
"title": "Aws node signed uploads",
19321945
"name": "aws-node-signed-uploads",

0 commit comments

Comments
 (0)