/aws-lambda-recipes

Collection of AWS Lambda functions(aka. recipes) :)

aws-lambda-recipes

Collection of AWS Lambda functions(aka. recipes) :)

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.

Learn more about AWS Lambda

Node.js Functions

AWS Maintenance & Operations

  1. Function for creating snapshots from a list of volumes
  2. Function to call EC2 StartInstances/StopInstances API
  3. Function to send received events to SQS as Message

Emails & Notifications

  1. Function to send emails using Amazon SES
  2. Function for sending emails with attachement for new S3 objects
  3. Function for forwarding SNS notifications to Slack
  4. Function to send an SMS message via the Twilio API

Others

  1. Function for converting CSV to SQS throught AWS Lambda
  2. Function to order alcohol via Drizly
  3. Function to order pizza via Dominos