Skip to content

Instantly share code, notes, and snippets.

@saigowthamr
Last active June 10, 2018 22:06
Show Gist options
  • Select an option

  • Save saigowthamr/3e4316bb040d9955c08e36271ee8796b to your computer and use it in GitHub Desktop.

Select an option

Save saigowthamr/3e4316bb040d9955c08e36271ee8796b to your computer and use it in GitHub Desktop.
service: contact-form
provider:
name: aws
runtime: nodejs8.10
region: us-east-1
iamRoleStatements:
- Effect: "Allow"
Action:
- "ses:SendEmail"
Resource: "*"
functions:
app:
handler: handler.form
events:
- http: ANY /
- http: 'ANY {proxy+}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment