Skip to content

AWS Lambda Runtime Interface Client for Python v1.1.0

Compare
Choose a tag to compare
@aws-lambda-runtimes aws-lambda-runtimes released this 01 Jun 12:31
· 118 commits to main since this release
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)