Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Derived from https://github.com/iopipe/lambda-runtime-pypy3.5

## Overview

This is an AWS Lambda Runtime for PyPy. It uses [portable-pypy](https://github.com/squeaky-pl/portable-pypy), which is a statically-linked distribution of PyPy.
This is an AWS Lambda Runtime for PyPy. Unlike the upstream, which uses [portable-pypy](https://github.com/squeaky-pl/portable-pypy), this uses the official distro, and supports Python 2 and Python 3.

## Build

Expand Down