react-native-aws-signature icon indicating copy to clipboard operation
react-native-aws-signature copied to clipboard

SES Support

Open natestraub opened this issue 9 years ago • 1 comments

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.

natestraub avatar Jul 31 '16 20:07 natestraub

Try using 'email' as the service name instead of 'ses'. SigV4 signatures are based on the endpoint and SES uses 'email'.

appwiz avatar Aug 31 '16 07:08 appwiz