Skip to content

Doesn't work if there are spaces in the path to the project #9

@danzig777

Description

@danzig777

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions