Skip to content

Instantly share code, notes, and snippets.

@PatrickHeneise
Created June 20, 2018 12:36
Show Gist options
  • Save PatrickHeneise/c566e08766d3858a3b8ed98892883e05 to your computer and use it in GitHub Desktop.
Save PatrickHeneise/c566e08766d3858a3b8ed98892883e05 to your computer and use it in GitHub Desktop.
Typeform & Infusionsoft Serverless Deployment
service: typeform
plugins:
- serverless-offline
provider:
name: aws
runtime: nodejs8.10
stage: dev
profile: typeform
functions:
typeform-webhook:
handler: webhooks/typeform.post
events:
- http:
path: webhooks/typeform
method: post
cors: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment