serverless-plugins icon indicating copy to clipboard operation
serverless-plugins copied to clipboard

Adds creation of dlq from resources

Open JeisonJHA opened this issue 3 years ago • 3 comments

It adds support for creation of dlq from resources, but only with one format :(

      RedrivePolicy:
        deadLetterTargetArn: # Support only this format for autoCreate
          Fn::GetAtt:
          - MyFourthQueueDlq
          - Arn
        maxReceiveCount: 6

I think it solves #65 partially

JeisonJHA avatar May 12 '21 18:05 JeisonJHA

This CI is failing for

serverless-offline-plugins-integration: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Code looks good though 👍

katesclau avatar Aug 13 '21 19:08 katesclau

wowww @katesclau @katesclau this feature is valuable, what needs to be approved and merged?

luisdemarchi avatar Nov 22 '22 17:11 luisdemarchi

Running into this issue with version 7.3.2 when I have a DLQ specified. Figured I'd add a comment to bump in case others are seeing it as well

CodySearsOS avatar Jul 06 '23 01:07 CodySearsOS