Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 516 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 516 Bytes

ipolist

Activate the virtual env:

conda activate <nameofvenv>

For deploying:

sam build && sam deploy

For testing locally:

# Export path for test to find the source code ....
export PYTHONPATH='/Users/prameshbajracharya/lecodage/personalworks/ipolisting'

# Export env vars that lambda will use
export emails_to_send='[email protected],[email protected],[email protected]'

# Call function
python tests/listing.py

# If needed create new tests accodringly.