Tag: aws-javascript-sdk
Unchecked failures can lead to data loss.
Missing pagination on a paginated call can lead to inaccurate results.
To always return the subscription ARN, set the ReturnSubscriptionArn
argument to True
.
Failing to set the AuthenticateOnUnsubscribe
flag to True
when confirming an SNS subscription can lead to unauthenticated cancellations.
Client-side decryption followed by encryption is inefficient and can lead to sensitive data leaks.
Do not bind the SNS Publish operation with the SNS Subscribe or Create Topic operation.
Recreating AWS clients in each Lambda function invocation is expensive.