serverless / dashboard-plugin

The Serverless Framework Dashboard plugin
https://www.serverless.com/dashboard/
MIT License
49 stars 30 forks source link

require-dlq policy doesn't exclude lambda@edge functions #33

Open floydnoel opened 5 years ago

floydnoel commented 5 years ago

I tried to set up a DLQ for my edge lambdas after receiving the policy warning require-dlq, but it's not allowed by AWS.

dschep commented 5 years ago

are you using this plugin https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge ?

floydnoel commented 5 years ago

Yes I am, my bad! I meant to include that info. Checking for a lambdaAtEdge key under each function in serverless.yml would probably be enough to differentiate.