Elasticpypi Versions Save

Serverless pypi

4.0.0

2 years ago
  • A major version change because this drops support for Python 3.6
  • Contains incremental improvements to handle mixed cased authorization header
  • Dependency updates

3.4.0

5 years ago

Basic auth now works for in browser browsing

3.3.0

6 years ago

To get around the lambda payload limit of 6MB downloads are direct from S3 through the API gateway and have a 10MB limit. Doing that meant that a custom authorizer was needed to secure the /packages endpoint. That authorizer is now used to secure all the endpoints of the application.

3.2.0

6 years ago

Uploads through API Gateway work

3.1.0

6 years ago

Enables the pip cache to work Uses python 3

2.1.0

7 years ago

2.0.0

7 years ago

Configuration has moved from a json file to serverless.yml.

Be careful when committing as your password is now stored in a file that is under source control.

1.1.0

7 years ago

1.0.0

7 years ago