Okdata-aws

Latest version: v4.1.0

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.0.0

Not secure
* Added support for Python 3.10, 3.11, and 3.12.
* Dropped support for Python 3.7 which is being phased out by AWS. Python 3.8+
is now required.
* Fixed a bug in the logging module when the event from AWS contains
`{"headers": null}`.

1.0.1

Not secure
* Updated dependencies.

1.0.0

Not secure
* Replace the asynchronous logging wrapper with a method to register
FastAPI logging middleware.

python
from okdata.aws.logging import add_fastapi_logging

app = FastAPI()
add_fastapi_logging(app)

0.4.1

Not secure
* HTTP errors from the status API is no longer propagated to users of
`status_wrapper`; the errors are logged instead.

0.4.0

Not secure
* An asynchronous variant of the logging wrapper is now available:

python
logging_wrapper("my-service", async_wrapper=True)
async def handler(event, context):
return await foo()

0.3.3

Not secure
* The minimum required version of `okdata-sdk` has been raised to 0.8.1 to
support Keycloak v12.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.