awslabs / ecr-cleanup-lambda

A script to discover stale ECR images and take action on them with Lambda to help reduce costs.
Other
161 stars 96 forks source link

Find images in use by Lambda #39

Open jtatum opened 3 years ago

jtatum commented 3 years ago

AWS Lambda accepts ECR images when using the provided runtime. These images should also be preserved in ECR.

orangewise commented 2 years ago

Create a small PR to address this: https://github.com/awslabs/ecr-cleanup-lambda/pull/40