(pipelines): make bundling of lambdas in asset stage as container images are done #21848
Open
1 of 2 tasks
Labels
@aws-cdk/pipelines
CDK Pipelines library
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
p1
Describe the feature
Currently Lambdas are bundled along the synth, which causes issues for duration of both synth and also tests that test the templates.
If the definition would be created same way as for container images, synth and tests would be quite a lot lighter, and utilization of parallelization in asset stage would benefit users.
Use Case
This change would help user by providing
Proposed Solution
Synth should generate same kind of asset definition and copy needed files to cdk.out that's currently done for container based assets.
Other Information
No response
Acknowledgements
CDK version used
N/A
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: