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-2238 Add support for additional lambda layers #4

Closed ian-axelrod closed 4 years ago

ian-axelrod commented 4 years ago

Adds lambda_layers variable to lambda-function submodule. This allows users to extend the lambda's behavior with their own layers, although there is no middleware support, yet.

PLAT-2238