Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanAquino committed Apr 20, 2022
1 parent eb9160f commit 796882f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Zadala AWS lambda
Zadala AWS lambda is the lambda handler for [Zadala](https://github.com/RyanAquino/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
```

##### Run lambda handler
```
python main.py
```

0 comments on commit 796882f

Please sign in to comment.