Tag: aws-javascript-sdk
Unchecked failures can lead to data loss.
Failing to set the AuthenticateOnUnsubscribe
flag to True
when confirming an SNS subscription can lead to unauthenticated cancellations.
To always return the subscription ARN, set the ReturnSubscriptionArn
argument to True
.
Client-side decryption followed by encryption is inefficient and can lead to sensitive data leaks.
Missing pagination on a paginated call can lead to inaccurate results.
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.