getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 111 forks source link

Support retry on FIFO Queue #315

Open tomchiverton opened 1 year ago

tomchiverton commented 1 year ago

queue:failed:retry did not work for FIFO.

Detect the message is from a FIFO and add the missing attribute if needed.

See #189