vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Add nodejs10.x runtime #26

Closed styfle closed 5 years ago

styfle commented 5 years ago

Fixes #19

This is the quick fix to actually add the runtime.

It is hardcoded to 10.15.3 which matches Fargate and the current AWS Lambda runtime.

In the future, we might need to figure out a good way to keep this version in sync with the Lambda version as AWS bumps the minor.

Related to https://github.com/zeit/now-builders/issues/500