Created
June 20, 2018 12:36
-
-
Save PatrickHeneise/c566e08766d3858a3b8ed98892883e05 to your computer and use it in GitHub Desktop.
Typeform & Infusionsoft Serverless Deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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