aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
334 stars 139 forks source link

feat: Add sources content flag to supported esbuild options #439

Closed mildaniel closed 1 year ago

mildaniel commented 1 year ago

Issue #, if available:

438

Description of changes: Add support for the --sources-content=false option to create much more lightweight production sourcemaps that don't include the source code.

This change will require a documentation update.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.