KozelAnatoliy / routineless

MIT License
7 stars 3 forks source link

Implement lambda runtime bundle executor to encapsulate logic of runtime code bundling #42

Closed KozelAnatoliy closed 8 months ago

KozelAnatoliy commented 12 months ago

Right now esbuild nx executor is used to bundle lambda runtime code as a separate target that is used then as a dependency to the build target. Given that in order to use lambda in runtime it requires some configuration like bundling, third party libs inclusion and exclusion this can be encapsulated in a separate target. We can add utility functions to @routineless/cdk lib to resolve runtime bundles path by routineless config.