Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Idempotency, Secrets, Dependency Injection and AWS Lambda
Description: An airhacks.fm conversation with Mark Sailes (@MarkSailes3) about:
AWS Lambda Powertools for Java,,
fetching and caching secrets,
default caching retention period for short lived secrets,
the limits of the clouds,
the consistency of DynamoDB,
DynamoDB connectivity with AWS Lambda,
RDS Proxy,
"Proprietary Cloud Native Managed Service",
SQS, SNS, Kinesis,
the fan-out pattern is implemented with SQS and SNS;
EventBridge could replace SQS and SNS for the implementation of fan out patterns,
AWS Lambda Powertools for Java Idempontency,
using request as idempotency key,
transactions, network errors and idempotency,
idempotency per design,
partial batch failures handling,
bisect in SQS,
SQS Large...