Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[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) |
| **[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) |
| **[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) |
| **[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) |
| **[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) |
| **[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) |
| **[Cordis Serverless](https://github.com/marzeelabs/cordis-serverless)** <br/> A serverless API for EU Cordis data | [marzeelabs](http://github.com/marzeelabs) |
Expand Down
5 changes: 5 additions & 0 deletions community-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@
"description": "AWS SES example in NodeJS using lambda",
"githubUrl": "https://github.com/lakshmantgld/aws-ses-serverless-example"
},
{
"name": "serverless-example-send-email-with-ses-offline",
"description": "Sending emails with AWS SES, Node.js, serverless-offline and serverless-offline-ses-v2",
"githubUrl": "https://github.com/domdomegg/serverless-example-send-email-with-ses-offline"
},
{
"name": "aws-node-signed-uploads",
"description": "Upload files larger than 10MB with AWS Lambda and API Gateway. Can be developed and tested locally.",
Expand Down
13 changes: 13 additions & 0 deletions examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,19 @@
"authorAvatar": "https://avatars.githubusercontent.com/u/6481030?v=4",
"community": true
},
{
"title": "AWS SES emails with Node.js and serverless-offline",
"name": "serverless-example-send-email-with-ses-offline",
"description": "Sending emails with AWS SES, Node.js, serverless-offline and serverless-offline-ses-v2",
"githubUrl": "https://github.com/domdomegg/serverless-example-send-email-with-ses-offline",
"framework": "3",
"language": "node",
"platform": "aws",
"authorLink": "https://github.com/domdomegg",
"authorName": "domdomegg",
"authorAvatar": "https://avatars.githubusercontent.com/u/4953590?v=4",
"community": true
},
{
"title": "Aws node signed uploads",
"name": "aws-node-signed-uploads",
Expand Down