GitHub / aws / aws-lambda-python-runtime-interface-client
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-lambda-python-runtime-interface-client
PURL: pkg:github/aws/aws-lambda-python-runtime-interface-client
Stars: 286
Forks: 79
Open issues: 38
License: apache-2.0
Language: Python
Size: 31.4 MB
Dependencies parsed at: Pending
Created at: about 5 years ago
Updated at: about 2 months ago
Pushed at: 3 months ago
Last synced at: 24 days ago
Commit Stats
Commits: 95
Authors: 31
Mean commits per author: 3.06
Development Distribution Score: 0.821
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/aws/aws-lambda-python-runtime-interface-client
AWS Lambda Runtime Interface Client for Python v2.0.8
2.0.8
What’s Changed
- Onboarded Python3.12 (#118)
- Fix runtime_client blocking main thread from SIGTERM being handled. Enabled by default only for Python3.12 (#115) by @tgsong (#124) by @pushkarchawda (#125) by @alex-pewpew
- Use unicode chars instead of escape sequences in json encoder output. Enabled by default only for Python3.12 (#88) by @mdsakalu (#122) by @briensea
- Cold start improvements (#121) by @alex-pewpew
Full Changelog: https://github.com/aws/aws-lambda-python-runtime-interface-client/compare/2.0.7...2.0.8
Download
AWS Lambda Runtime Interface Client for Python v2.0.7
2.0.7
What’s Changed
- Use AWS_LAMBDA_LOG_LEVEL env var to set log level for text format by @kotyara1005 in https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/111
- Bump version to 2.0.7 by @alex-pewpew in https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/112
Full Changelog: https://github.com/aws/aws-lambda-python-runtime-interface-client/compare/2.0.6...2.0.7
Download
AWS Lambda Runtime Interface Client for Python v2.0.6
2.0.6
What’s Changed
- Emit logs in JSON format by @kotyara1005 in https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/101
- Bunp version to 2.0.6. by @briensea in https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/110
New Contributors
- @kotyara1005 made their first contribution in https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/101
Full Changelog: https://github.com/aws/aws-lambda-python-runtime-interface-client/compare/2.0.5...2.0.6
Download
AWS Lambda Runtime Interface Client for Python v2.0.0
2.0.0
AWS Lambda Runtime Interface Client for Python with ARM64 support
Download
AWS Lambda Runtime Interface Client for Python v1.2.2
1.2.2
- Remove importlib.metadata dependency & introduce _version_ #55
Download
AWS Lambda Runtime Interface Client for Python v1.2.0
1.2.0
- 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
Download
Download
AWS Lambda Runtime Interface Client for Python v1.1.0
1.1.0
-
Release GIL (Global Interpreter Lock) while polling
runtime/invocation/next(https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/33) -
Replace usage of deprecated module
impwithimportlib(https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/28) -
Ensure that
errorMessage,errorType, andstackTraceare always part of error responses (https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/15)
Download
AWS Lambda Runtime Interface Client for Python v1.0.0
v1.0.0
Initial release of AWS Lambda Runtime Interface Client for Python
Download