AWS Signature 4 SES - Send Email

Does anyone have a complete code example of how to send email in lucee using AWS SNS & AWS Signature 4 ?

AWS Signature 4 specifications: http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html

assuming you mean using the sdk?

from the docs it looks like the signature is automatically applied if you are using the sdk, so it would be just a matter of sending an ses message through it.

Are you using http requests?

> You need to learn how to sign HTTP requests only when you manually create them. When you use the AWS Command Line Interface (AWS CLI) or one of the AWS SDKs to make requests to AWS, these tools automatically sign the requests for you with the access key that you specify when you configure the tools. When you use these tools, you don’t need to learn how to sign requests yourself.

Here’s an example from version 2.0

I’d modify that for v4 from the docs link you gave and you should be away.

How would I send one via the sdk?

I am currently using cfhttp with signature 3. But thats going to be deprecated soon. Any help much appreciated.

 <cfhttp url="https://email.us-east-1.amazonaws.com/" method="post" result="result">