getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 111 forks source link

Fix the `constructs` dependency to a Node 14-compatible version #333

Closed mnapoli closed 1 year ago

mnapoli commented 1 year ago

The constructs package dropped support for Node 14.

Until we do the same, we need to require a version compatible with Node 14.

See #328 and https://github.com/aws/constructs/pull/1682