Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 515 Bytes

Service Intergrate with Step Function

  1. Lambda
  2. DynamoDB
  3. SNS

Graph View:

Alt text

Purpose:

  • To Coordinate the task among Lambda Functions,
  • Less Code (task) in Lambda, therefore minimum execution time,
  • Only execute the functions, based upon new Users(email) else not.
  • SNS for, distributing the workflow.
  • Lambda functions to send Email and store in DB based upon new User from client.