NASA-IMPACT / edl-credential-rotation

Rotate Cumulus Distribution Endpoint S3 Credentials using Earth Data Login
2 stars 1 forks source link

use urllib3 instead of requests! #2

Open vincentsarago opened 2 years ago

vincentsarago commented 2 years ago

Because we use requests, we need to build the lambda package (using docker).

We could ease the deployment by using urllib3 (which is provided in AWS Lambda runtime (as boto3)) and then use simple aws_lambda.Code.from_inline

🤷