Skip to content

Instantly share code, notes, and snippets.

@rbren
Last active October 4, 2018 17:22
Show Gist options
  • Save rbren/094f4f88168352ccb4d31046afc577f6 to your computer and use it in GitHub Desktop.
Save rbren/094f4f88168352ccb4d31046afc577f6 to your computer and use it in GitHub Desktop.
service: serverless-contact
provider:
name: aws
runtime: nodejs6.10
functions:
contact:
handler: handler.contact
events:
- http:
path: contact
method: post
cors: true
@mortensassi
Copy link

Hi i followed your instructions on your medium article and when i submit my form on the frontend i get redirected to my aws site, which gives me this { "message": "Missing Authentication Token" } - any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment