Skip to content

Latest commit

 

History

History

Amazon-SES

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ingredients

Amazon SES - Simple Email Service

Instructions for deploying this sample skill

You will need to grant SES permissions via IAM;

  1. From the AWS console, click on IAM
  2. Locate and click on the role you use with your Lambda functions, such as "lambda_basic_execution"
  3. Click the "Attach Policy" button
  4. For a quick demo, filter on "ses" and attach the AmazonSESFullAccess policy.
  5. For a production scenario, choose a more fine-grained policy granting access to certain resources.
  1. SES email recipients must first respond to a verification email you send, before receiving further emails from SES.
  1. Modify the source and destination email addresses, and the body text.

*You can learn more about SES from the [Getting Started with SES](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/getting-started.html) documentation.*

Back to the Home Page