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: Make esbuild command builder accept any flag #498

Closed mildaniel closed 1 year ago

mildaniel commented 1 year ago

Issue #, if available: https://github.com/aws/aws-sam-cli/issues/4827 https://github.com/aws/aws-sam-cli/issues/5170

Description of changes: Instead of having to manually support esbuild flags, determines the type of the flag provided and creates the corresponding command line argument for that flag type.

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