kepford / serverless-feedbin-to-pinboard

Creates Pinboard.in bookmarks from Feedbin RSS items using Serverless and AWS
GNU General Public License v3.0
4 stars 0 forks source link

Integrate with Queing service address failures and avoid dropping items #2

Open kepford opened 4 years ago

kepford commented 4 years ago

Use SQS to pass feedbin IDs to the function that will request content for pinboard Use the Dead Letter Queues(DLQ) to retry

kepford commented 4 years ago

This commit adds SQS integration.

SQS Queue connected to get_items · kepford/serverless-feedbin-to-pinboard@1f42e7d

kepford commented 4 years ago

Remaining work:

kepford commented 4 years ago

DLQ retries seems to be an area Serverless does not currently support. See SQS DLQ configuration · Issue #4647 · serverless/serverless.