Lof

Latest version: v0.5.4

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

Scan your dependencies

Page 1 of 2

0.5.4

1. Fix autorizer response population in event context

0.5.3

1. Fixed bunch of issues relative to missed pathParams in event & wrong authorizer context providing

0.5.2

1. Bug fixies.

0.5.0

1. Added AWS Context object. Part of values filed right now with mock values, values from config will be added in next versions.

0.4.1

Features:
1. Added option --proxy-lambdas where you can pass a list of lambdas that will be used as middleware request handlers.
For example, as Authorization Lambda or CORS lambda.

Based on order in that you provided lambdas names in --proxy-lambdas option request will be send through them and populates same as on aws in "requestContext" field of the event.
For example, if you use --proxy-lambdas=CORS,Authorizer this mean request first of all will go to CORS lambda and if all ok (no raise errors) will got to Authorizer lambda and when to target lambda (endpoint that you call).

Fixes:
1. Paths with symbols '-.' now does not cause issue during running with 1 and more worker.

0.3.0

1. Added Possimility to run multiple workers with flag --workers.
This helpful if you need speed up your local server or some lambdas need to call another lambdas directly.
2. Added flag --reload to cli if you want auto reload server when code changed (uvicor --reload)
3. Added support for Cloud Formation templates in JSON

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.