react-native-aws-signature
react-native-aws-signature copied to clipboard
SES Support
Hello,
I have this working with a call to Amazon S3, however when using the same methodology for Amazon SES I keep receiving a "Request is missing Authentication Token". I wanted to rule out that this will still indeed work with service: 'ses' as an option.
Thanks.
Try using 'email' as the service name instead of 'ses'. SigV4 signatures are based on the endpoint and SES uses 'email'.