node-hocus-pocus / thaumaturgy

Build Node.js packages in AWS Lambda using AWS Lambda.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when deploy

taneemtee opened this issue · 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.