sst / ion

SST v3
https://sst.dev
MIT License
1.88k stars 221 forks source link

support content based deduplication for FIFO queues #1158

Open aryasaatvik opened 3 hours ago

aryasaatvik commented 3 hours ago

FIFO queues are required to have either contentBasedDeduplication for include deduplication ID in the message.

no change is required for passing deduplication ID as part of the message but for configuring deduplication at a queue level we need to pass contentBasedDeduplication: true to the pulumi component

https://www.pulumi.com/registry/packages/aws/api-docs/sqs/queue/#fifo-queue

jayair commented 1 hour ago

@fwang look at the attached PR