open-constructs / cdk-serverless

AWS CDK Serverless Toolsuite
Apache License 2.0
80 stars 4 forks source link

fix: Generate RestAPI class in correct path within project directory #290

Closed DerDackel closed 10 months ago

DerDackel commented 10 months ago

Generates the RestAPI class for a generated Rest API within the correct path.

Generated RestAPI class file (rest.$RESTAPINAM-api.generated.ts) is accidentally placed in $projectdir/absolue/path/to/project/src/generated.

File will be placed within the project dir again

Only insofar as that it fixes behavior that was broken before