Serverless: Checking Stack update progress...
..............................Serverless: Deployment failed!
Serverless Error ---------------------------------------
An error occurred while provisioning your stack: StripewebhookLambdaFunction
- Value of property Variables must be an object with
String (or simple type) properties.
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Your Environment Information -----------------------------
OS: linux
Node Version: 7.5.0
Serverless Version: 1.6.1
It sounds like your Stripewebhook function definition (in the functions section of your serverless.yml has an invalid value for one of the properties - probably you’ve got an array instead of a string.