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

Fix flags not passed during Lambda execution #6

Closed SharpEdgeMarshall closed 7 years ago

SharpEdgeMarshall commented 7 years ago

Adds the ability to pass flags from Lambda event

Example of event

{
  "dryrunflag": true,
  "region": "eu-west-1",
  "imagestokeep": 3
}

Fix #4