symplesims/aws-health-delibird

By symplesims

Updated about 2 years ago

Image
Integration & delivery
Message queues
0

121

symplesims/aws-health-delibird repository overview

aws-health-delibird

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.

environment variables

  • GCHAT_WEBHOOK_URL: Google Hangouts webhook url.

How to use this image

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

Git

Tag summary

Content type

Image

Digest

sha256:6d98c1b6f

Size

126 MB

Last updated

about 2 years ago

docker pull symplesims/aws-health-delibird:1.0.0