Klayers Versions Save

Python Packages as AWS Lambda Layers

v2024-01.1

4 months ago

Python 3.12 builds and documentation.

v2024-01

4 months ago

Python 3.12 Builds. Deprecate Python 3.8 and Python 3.9.

v2023-04.1

11 months ago

We now build p3.10 and p3.10-arm64 (Graviton) builds.

v2023-04

1 year ago

New automatic builds on github PR merge. Once PRs are merge into master the Github actions automatically uploads the latest config files and trigger a new build for new packages.

Other bug fixes and code refactoring.

v2.0.0

2 years ago

Latest release includes:

  • Python 3.9 builds on top of just Python 3.8: Python 3.9 uses container builds instead of 'native' lambda functions, which should allow the building of packages that require more elevated privileges than available to lambda functions.
  • New regions!! 🎉 🎉 : Welcome aboard Milan, South Africa and the still brand new Jakarta region. We now publish layers for Python 3.8 and Python 3.9 in these regions.
  • Increased layer lifetimes: Layers now will last 365 days once expired. LTS layers were definitely requested for and we obliged.
  • Reduced build frequency: To cope with the longer lasting layers, we've reduced our build frequency from once per week, to once per month.
  • Removed updates to Git Repo: Klayers-Bot will no longer update this repo with the Arns. Instead we've linked to the API that will display the same information. This reduces traffic to the repo, and keeps the pipeline simpler.
  • API version 2: A new v2 version of the API was released, to accommodate the changes for multi-python builds. This new API replaces the beta v1 version (which is deprecated and will be removed on the next release).
  • Updated documentation to reflect new changes: Most docs have been updated (best effort) to reflect the new changes.

Lastly, the repo recently surpassed 1,000 stars. I'm extremely grateful, and honored to be part of this project.

Now let's go build!!

APIv1

3 years ago

Version 1 of the API