Home

Awesome

lambda-runtime-pypy3.5

An AWS Lambda Runtime for PyPy 3.5

Overview

This is an AWS Lambda Runtime for PyPy 3.5. It uses portable-pypy, which is a statically-linked distribution of PyPy 3.5.

This runtime is still experimental and not intended for production use.

Goals

AWS Lambda Layers

This runtime is published as an AWS LAmbda Layer. If you're interested in giving it a try, here are the currently available ARNs:

For an example of how to use AWS Lambda Layers, see this SAM example.

Build

To build this runtime as a layer:

make pypy35.zip

License

Apache 2.0