node-hocus-pocus/thaumaturgy

Error when deploy

taneemtee opened this issue · 1 comments

When setting up thaumaturgy, I run:

thaumaturgy deploy

And I get the following error:

The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs6.10) while creating or updating functions.

Am I missing something?

Thank you!

In cli/thaumaturgy-deploy file at line 92, I change manually runtime value, set to nodejs6.10 instead of nodejs. Works for me.