Skip to content

Releases: aws/aws-lambda-python-runtime-interface-client

AWS Lambda Runtime Interface Client for Python v1.1.0

Choose a tag to compare

@aws-lambda-runtimes aws-lambda-runtimes released this 01 Jun 12:31
191b808
  • Release GIL (Global Interpreter Lock) while polling runtime/invocation/next (#33)

  • Replace usage of deprecated module imp with importlib (#28)

  • Ensure that errorMessage, errorType, and stackTrace are always part of error responses (#15)

AWS Lambda Runtime Interface Client for Python v1.0.0

Choose a tag to compare

@edhzsz edhzsz released this 01 Dec 18:26

Initial release of AWS Lambda Runtime Interface Client for Python