aws-lambda-edge

Reduce size of authorization python AWS Lambda@Edge

Reduce size of authorization python AWS Lambda@Edge Question: I’m trying to implement authorization in my cloudfront distribution. It has worked so far until I ran into size limitation. I’m now running into the cloudfront error message Max allowed: 1048576, which is roughly ~1MB. But after installing the authlib package the total size is around 6MB. …

Total answers: 1