(aws-lambda-nodejs): support charset option #16668
Labels
@aws-cdk/aws-lambda-nodejs
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Use Case
If we deploy a Lambda function that currently contains multibyte characters, the escaped characters will be output.
I am currently facing the same problem that the official documentation is talking about when using CDK.
esbuild API document says
Example
Input Lambda code
Current output code
Expected output code
Proposed Solution
Add the charset option to the bundling.
Other
Possible response methods
charset
property toBundlingOptions
.createBundlingCommand
to expand the charset propertyThis is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: