Skip to content

An exercise in understanding how AWS Lambda works and how it integrates with other AWS services.

Notifications You must be signed in to change notification settings

srikanthmanda/beginning-aws-lambda

Repository files navigation

Beginning AWS Lambda

This is a demo application — an exercise in learning the basics of AWS Lambda.

Components

Following are the components of this Rube Goldberg application:

  • Lambda function getAwsDocsRepo
  • S3 bucket
  • Lambda function unzipRepoArchive
  • EFS
  • SNS (Destination)
  • Lambda function createAttributeFiles
  • SQS (Destination)
  • Lambda function createCheatSheet
  • S3 static site

Notes

Resources