Wolfram AWS Amazon Web Services

A basic implementation of the Mathematica integrated with AWS is at the following github link.

github

This allows you to send an email. It can be enhanced to connect to other AWS servies as needed. On the raspberry pi some of the normal mathematica calls had to be implemented.

Needs["aws`"];
awsSendEmail[mysecret, myawskey, {"scott@yyyy.com"}, {}, {}, \ "final subject" , "short contentes"]