cdk-docker-image-deployment
cdk-docker-image-deployment copied to clipboard
If we ever want to move this library into aws-cdk-lib, we cannot depend on experimental constructs. We will have to figure out a different way to bundle assets and refactor...
The credentials would be used for the docker login so that external registries could be accessed by CodeBuild.
Each time the construct is instantiated, a custom resource, provider, 2 lambdas, and all of their roles are partitioned. Is there a way to reuse some of these resources? This...
Depends on #7 and #8.
This should be straightforward as it mirrors `Source.directory` other than `scope` is `_scope` in `bind()` since it is not needed.
In addition to the login commands, there should be some validation in `dockerimagedeploy.ts` to see if the logout and login is needed.
This feature request comes with a couple of considerations. 1. How should we differentiate between ECR repositories that are in the same region + account as the stack being deployed,...
Fixes # Since `ecr.Repository.fromRepositoryName()` is a static method, I removed `new` operator
### Expected behavior The npm test command successfully completes a snapshot test. ### Actual behavior I have a project with `cdk-docker-image-deployment` v0.0.577 and am trying to implement a snapshot test...
Node.js 16.x Lambda runtime has been deprecated at Jun 12, 2024. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html - Block function create: Oct 1, 2025. - Block function update: Nov 1, 2025.