All Projects → iopipe → lambda-runtime-pypy3.5

iopipe / lambda-runtime-pypy3.5

Licence: Apache-2.0 license
AWS Lambda Runtime for PyPy 3.5

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to lambda-runtime-pypy3.5

Runtimepermission
Simpliest way to ask runtime permissions on Android, no need to extend class or override permissionResult method, choose your way : Kotlin / Coroutines / RxJava / Java7 / Java8
Stars: ✭ 860 (+4958.82%)
Mutual labels:  lambda, runtime
Vercel Php
▲ Vercel PHP runtime • vercel-php • now-php • 🐘+ λ = ❤
Stars: ✭ 429 (+2423.53%)
Mutual labels:  lambda, runtime
distribution
Siddhi streaming runtime and tooling distribution
Stars: ✭ 22 (+29.41%)
Mutual labels:  runtime
spark-java8
Java 8 and Spark learning through examples
Stars: ✭ 40 (+135.29%)
Mutual labels:  lambda
serverless-lumigo-plugin
Serverless monitoring and troubleshooting plugin to easily apply distributed tracing
Stars: ✭ 59 (+247.06%)
Mutual labels:  lambda
lambdakiq
ActiveJob on SQS & Lambda
Stars: ✭ 131 (+670.59%)
Mutual labels:  lambda
m2ee-tools
m2ee, the Mendix runtime helper tools for GNU/Linux
Stars: ✭ 23 (+35.29%)
Mutual labels:  runtime
leaderboard-app
GitHub leaderboard for your organisation or repo (Serverless SPA)
Stars: ✭ 64 (+276.47%)
Mutual labels:  lambda
serverless-image-rendering
Image delivery with AWS Lambda ⚡
Stars: ✭ 43 (+152.94%)
Mutual labels:  lambda
imprenta
An AWS lambda in python 3 that generates PDF files from HTML using jinja, pdfkit and wkhtmltopdf.
Stars: ✭ 18 (+5.88%)
Mutual labels:  lambda
serverless-certificate-creator
serverless plugin to manage the certificate of your lambdas custom domain (API Gateway=
Stars: ✭ 33 (+94.12%)
Mutual labels:  lambda
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (+447.06%)
Mutual labels:  lambda
vil
Vulkan Layer for Live Introspection & Debugging. Allows to view all vulkan state live inside your application.
Stars: ✭ 39 (+129.41%)
Mutual labels:  layer
aws-node-custom-user-pool
Serverless AWS Cognito Custom User Pool Example
Stars: ✭ 15 (-11.76%)
Mutual labels:  lambda
inclavare-containers
A novel container runtime, aka confidential container, for cloud-native confidential computing and enclave runtime ecosystem.
Stars: ✭ 510 (+2900%)
Mutual labels:  runtime
FancyDialog
Kotlin + DSL风格代替传统的Builder模式 诸多可配置项 高阶函数代替自定义回调接口 书写起来超级顺手
Stars: ✭ 24 (+41.18%)
Mutual labels:  lambda
wazero
wazero: the zero dependency WebAssembly runtime for Go developers
Stars: ✭ 2,065 (+12047.06%)
Mutual labels:  runtime
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+441.18%)
Mutual labels:  lambda
aws-is-how
Know How Guide and Hands on Guide for AWS
Stars: ✭ 27 (+58.82%)
Mutual labels:  lambda
NetEaseBaymaxDemo
仿网易大白健康系统写的一个小工具,仅当学习交流使用
Stars: ✭ 37 (+117.65%)
Mutual labels:  runtime

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].