dailymuse / terraform-aws-ecs-queue-backlog-autoscaling

Setup resources (sans roles) necessary to scale a service via a queue backlog measurement
7 stars 2 forks source link

PLAT-2381 Add SSM Parameter Store-backed datadog keys #12

Closed ian-axelrod closed 4 years ago

ian-axelrod commented 4 years ago

Add DD_API_KEY_PATH and DD_APP_KEY_PATH environment variables for compute-queue-backlog lambda function. If set, the function will use the variable values as paths to SSM parameter store, and fetch the actual key contents at that path. The code assumes the key contents are encrypted.

PLAT-2381