Home

Awesome

Big Ben Lambda Function

Powers https://mastodon.org.uk/@bigben

Runs as an AWS Lambda for great serverless justice

You will need

Environment Varibles

Initial Command To Deploy Lambda

./buildzip.sh
aws lambda create-function --function-name big-ben --runtime python3.9 --handler main.handler --timeout 15 --zip-file fileb://bigben.zip --role <my-iam-role-arn>

Updating the code

./deploy.sh