aws-health-delibird
94
Subscribe to aws.health events received on SNS topics. Received events are notified via Google Hangout Webhook.
Deploy the container image with AWS Lambda and add it to SNS subscribers.
GCHAT_WEBHOOK_URL: Google Hangouts webhook url.The command below is a test to send a message from local to Google Hangouts channel.
docker run --rm \
-p 9000:8080 \
-e AWS_LAMBDA_FUNCTION_NAME=aws-health-delibird \
-e AWS_LAMBDA_FUNCTION_MEMORY_SIZE=512 \
-e AWS_LAMBDA_FUNCTION_TIMEOUT=60 \
-e AWS_REGION=us-east-1 \
-e GCHAT_WEBHOOK_URL="<google-hangout-webhook-url>" \
--name aws-health-delibird symplesims/aws-health-delibird:1.0.0
Content type
Image
Digest
sha256:6d98c1b6f…
Size
126 MB
Last updated
almost 2 years ago
docker pull symplesims/aws-health-delibird:1.0.0