Support for Docker Image Assets in Service Catalog Product Stacks #31297
Labels
@aws-cdk/assets
Related to the @aws-cdk/assets package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently, when trying to use Docker image assets within a Service Catalog product stack, we encounter the following error:
Use Case
We need to deploy a lambda function as a docker container since the packages required more storage than a lambda layer supports.
Proposed Solution
In the api docs there's an example of regular assets that are supported: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_servicecatalog-readme.html#using-assets-in-your-product-stack
it would be nice to also support docker image assets.
Other Information
If you know of a workaround, that would be great!
Acknowledgements
CDK version used
2.155.0
Environment details (OS name and version, etc.)
macos
The text was updated successfully, but these errors were encountered: