Closed anishsarangi closed 1 year ago
IIRC, "bespoken-tools": "^2.6.7",
didn't work correctly with node.js > 12 when I tried it.
Have you tried it with node 18 and it works?
In any case, I would suggest to upgrade to 14, test it, then 16, test again, and finally 18.
12 -> 18 is a huge upgrade.
Upgrading the node engine to v18. Reason:
The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. It requires the new runtime (nodejs18.x) while creating or updating functions