generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, minor issue, it wont work if there are spaces in the path.
Failure occurs during "cdk deploy", due to the CDK lambda handler and tsconfig paths here.
Mitigation is to move the project to a directory with no spaces in the path. Not sure what the long term fix would be (I tried adding doublequotes to the entry and tsconfig properties but it just broke things more).
Edit for more details: error is due to the esbuild bundler (from using the NodeJsFunction lambdas) command not being able to understand the paths with spaces in them, you get an error like Must use "outdir" when there are multiple input files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels