Giter VIP home page Giter VIP logo

lambda-runtime-pypy3.5's Introduction

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

  • Make the runtime behave as closely to the python3.6 runtime as possible.
  • Improve runtime stability.
  • Current runtime is 40MB zipped, 135MB unzipped. Reduce the runtime size by removing helpers/libraries that are included with portable-pypy that aren't relevant in an AWS Lambda use case.

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:

  • ap-northeast-1: arn:aws:lambda:ap-northeast-1:146318645305:layer:pypy35:1
  • ap-northeast-2: arn:aws:lambda:ap-northeast-2:146318645305:layer:pypy35:1
  • ap-south-1: arn:aws:lambda:ap-south-1:146318645305:layer:pypy35:1
  • ap-southeast-1: arn:aws:lambda:ap-southeast-1:146318645305:layer:pypy35:1
  • ap-southeast-2: arn:aws:lambda:ap-southeast-2:146318645305:layer:pypy35:1
  • ca-central-1: arn:aws:lambda:ca-central-1:146318645305:layer:pypy35:1
  • eu-central-1: arn:aws:lambda:eu-central-1:146318645305:layer:pypy35:1
  • eu-west-1: arn:aws:lambda:eu-west-1:146318645305:layer:pypy35:1
  • eu-west-2: arn:aws:lambda:eu-west-2:146318645305:layer:pypy35:1
  • eu-west-3: arn:aws:lambda:eu-west-3:146318645305:layer:pypy35:1
  • us-east-1: arn:aws:lambda:us-east-1:146318645305:layer:pypy35:1
  • us-east-2: arn:aws:lambda:us-east-2:146318645305:layer:pypy35:1
  • us-west-1: arn:aws:lambda:us-west-1:146318645305:layer:pypy35:1
  • us-west-2: arn:aws:lambda:us-west-2:146318645305:layer:pypy35:1

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

lambda-runtime-pypy3.5's People

Contributors

kolanos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lambda-runtime-pypy3.5's Issues

Layer Publishing via CI/CD

Publish runtime layers via CI/CD with every release. Releases should probably adhere to layer version numbers for consistency.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.