Releases: martijnvdp/terraform-ecr-image-sync
Releases · martijnvdp/terraform-ecr-image-sync
added concurrency
added concurrent param to set max concurrent syncs in lambda event data:
example:
concurrent: 10
param requires v1.0.5 of the lambda container image
v1.0.3
Merge pull request #22 from martijnvdp/readme Readme
v1.0.2
requires lambda v1.0.2 or higher
docker pull ghcr.io/martijnvdp/ecr-image-sync:latest
https://github.com/martijnvdp/lambda-ecr-image-sync/releases/tag/v1.0.2
refactor
Merge pull request #15 from martijnvdp/refactor refactor
v1.0.0
- Update the code , S3 bucket code pipeline is now optional because the new lambda function can sync the images directly.
- There's a new option to configure the synchronization of images by using repository tags.
Check out the lambda function for all changes at https://github.com/martijnvdp/lambda-ecr-image-sync.
v0.0.3
update to match v0.1.7 container image on dockerhub
v0.0.2
Added option to use the docker container for the lambda function instead of the zip file
Added option to supply dockerhub credentials using aws secrets manager or aws SSM parameter store items
initial release
Merge pull request #6 from martijnvdp/update update