Love sms is a lambda that runs periodically 1 time per day, which sends a random sms to your platonic love π.
- Run
pip install chalice
- Create VirtualEnv with requeriments.txt
- Set
AMAZON_ACCESS_KEY_ID
,AMAZON_SECRET_ACCESS_KEY
andAMAZON_SNS_REGION_NAME
with your amazon credentials inconfig.json
file - Set
RECEIVER_PHONE
inconfig.json
file, this is the phone number of your crush πΉπ», example:57301588xxxx
- For deploy in local run
chalice local
- For deploy in AWS run
chalice deploy