Get SMS when vaccine is available at specific pincode
Tested and working well (helped me get the dose as well :P)
Instructions and details being added
- Make a copy of
.env.default
as.env
- Make a copy of
config.sample.py
asconfig.py
- Edit these 2 files to configure
- Create an AWS User with SNS Full access permission
- Paste the user's access key ID and secret in .env
- RUN docker-compose up --build
- Run
chmod +x ./build_lambda.sh
- Create lambda function and add SNS Full Access permission to it's role.
- Create a Event rule (from AWS Cloudwatch dashboard) of type schedule and frequency 1 min and with target lambda function.
- Run
./build_lambda.sh
whenever you change config/code. - Upload the created
build.zip
as code to lambda function