simplesteph / aws-lambda-septime

AWS Lambda function to find available bookings at Septime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Lambda Septime

See blog at: https://medium.com/@stephane.maarek/how-i-used-aws-lambda-to-hack-my-way-into-eating-at-septime-41c7dcd8f861

Running

Install serverless

npm install -g serverless

Get an API key for Pushbullet and upload your Pushbullet API key in SSM Parameter Store as a Secure String at:

/septime/pushbullet_api_key

Configure your AWS credentials

aws configure --profile name-your-profile

Edit serverless.yml with your AWS profile name-your-profile instead of the existing one

Deploy the function

sls deploy -v

Eat good food

Links / Resources

About

AWS Lambda function to find available bookings at Septime


Languages

Language:Python 100.0%