-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be nice, if the configuration would allow some overwrites to the tsconfig.json which is applied to the lambda bundling.
For example, we are trying to use inverisfy.js inside the lambdas for dependency injection. For that to work, we would need to set the following properties:
{
"compilerOptions": {
"emitDecoratorMetaData": true,
"experimentalDecorators": true
}
}I would suggest, the following changes:
- Introduce two new optinal files:
tsconfig.lambdas.jsonandtsconfig.cdk.json(or any other names to distinguish) - If those files exist, the project info picks them up so it can be later merged into the default default config file before beeing generated
If you like lets start a small discussion over this topic, potential problems or improvements.
I would be happy to contribute to this awesome project by implementing those ideas.
Greetings
Viktor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels