elegant-pager-5412
04/23/2021, 12:10 PMgroupA
and groupB
, will AWS automatically spawn multiple lambda instances and process groupA
messages in parallel to groupB
?
3. For how long will an SQS message processing will be attempted before it gets discarded (or sent to a DLQ) when it fails?
4. Is there a way to send a message that failed to process back to the queue with a delay of few seconds/minutes before it’s being retried? Also, is it possible to get the retry number in the lambda itself?
Thanks in advance!damp-school-17708
04/23/2021, 12:41 PMelegant-pager-5412
04/23/2021, 12:49 PMdamp-school-17708
04/23/2021, 12:52 PMelegant-pager-5412
04/23/2021, 12:57 PMroot/
├─ frontend/
│ ├─ infra/
│ │ ├─ index.ts
│ ├─ src/
├─ backend/
│ ├─ infra/
│ │ ├─ index.ts
│ ├─ src/
├─ shared-infra/
│ ├─ index.ts
damp-school-17708
04/23/2021, 2:23 PMelegant-pager-5412
04/25/2021, 6:53 AMindex.ts
inside infra?damp-school-17708
04/25/2021, 8:01 AMelegant-pager-5412
04/25/2021, 8:11 AM