Code Monkey home page Code Monkey logo

aws-lambda's Introduction

AWS Lambda - Function As A Service

PROJECT DESCRIPTION

FaaS is the concept of serverless computing via serverless architectures. Software developers can leverage FAAS to deploy a function They are expected to start within milliseconds and process individual requests and then the process ends.

This repository contains password reset functionality that is utilized by webapp Bookstore. The function is built and deployed on AWS Lambda, by leveraging CircleCI pipeline, for every commit. Every time a request is published to password_reset topic on Amazon Simple Notification Service(AWS SNS), the lambda function is triggered. The Lambda function validates if user's email record is available on Dynamo DB, if present ensures that the user has expired the TTL of 15 mins else creates a unique reset link, using UUID, and sends it to requestor email leveraging Amazon Simple Email Service(AWS SES) and later update the record on Dynamo DB with new TTL


ARCHITECTURE

Lambda


INFRASTRUCTURE

The infrastructure required by the Lambda function is built using Terraform. Find more information regarding infrastructure in this repository

aws-lambda's People

Contributors

aelinadas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.