Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 493 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 493 Bytes

Zadala AWS lambda

Zadala AWS lambda is the lambda handler for Zadala User login events

Requirements

  • python 3
  • AWS account

Technology

  • python 3
  • boto3
  • AWS Lambda
  • AWS DynamoDB
  • AWS SQS
  • AWS SNS

Setup

create virtual environment
python -m venv venv
Install required packages
pip install -r requirements.txt
Configure AWS
aws configure
Run lambda handler
python main.py