Skip to content

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

AWS Lambda Runtime Interface Client for Python v2.0.0

29 Sep 20:18
a94d6e2
Compare
Choose a tag to compare

AWS Lambda Runtime Interface Client for Python with ARM64 support

AWS Lambda Runtime Interface Client for Python v1.2.2

23 Aug 12:36
c92c8ad
Compare
Choose a tag to compare
  • Remove importlib.metadata dependency & introduce _version_ #55

AWS Lambda Runtime Interface Client for Python v1.2.0

28 Jun 18:25
149ce3a
Compare
Choose a tag to compare
  • Add Support for / in handler name #45
  • Add requestId in error response #40
  • Move the / to . replacement, only for import_module call, error message was impacted #47

AWS Lambda Runtime Interface Client for Python v1.1.1

09 Jun 21:55
66f1e9d
Compare
Choose a tag to compare

AWS Lambda Runtime Interface Client for Python v1.1.0

01 Jun 12:31
191b808
Compare
Choose a tag to compare
  • 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

01 Dec 18:26
Compare
Choose a tag to compare

Initial release of AWS Lambda Runtime Interface Client for Python