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

Import requests from botocore.vendored if needed #31

Closed hposca closed 5 years ago

hposca commented 5 years ago

The code runs fine locally but when deployed on AWS Lambda it cannot find 'requests'. By pointing to the one from 'botocore.vendored' it works :)

Closes #25