aws-samples / aws-control-tower-securityhub-enabler

MIT No Attribution
57 stars 36 forks source link

Switch to urllib3 to remove dependency on requests #7

Closed cornickj closed 4 years ago

cornickj commented 4 years ago

urllib3 is available natively in Lambda, switching from requests would allow us to simplify the packaging into just a zip process, and we could distribute a zip file natively, making it easier to deploy.