Can I specify Node.js command line options in AWS Lambda?

Viewed 1371

I'm using AWS SAM and running against Node 10.x.

Would love to pass in the flags for experimental modules and top level await.

Thanks!

1 Answers
Related