You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -377,7 +377,7 @@ Serverless Application Repository (SAR) App deploys a CloudFormation stack with
377
377
Despite having more steps compared to the [public Layer ARN](#lambda-layer) option, the benefit is that you can specify a semantic version you want to use.
|[aws-lambda-powertools-python-layer-v2](https://serverlessrepo.aws.amazon.com/applications/eu-west-1/057560766410/aws-lambda-powertools-python-layer-v2)|[arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-v2](#){: .copyMe}:clipboard:| Contains all extra dependencies (e.g: pydantic). |
382
382
|[aws-lambda-powertools-python-layer-v2-arm64](https://serverlessrepo.aws.amazon.com/applications/eu-west-1/057560766410/aws-lambda-powertools-python-layer-v2-arm64)|[arn:aws:serverlessrepo:eu-west-1:057560766410:applications/aws-lambda-powertools-python-layer-v2-arm64](#){: .copyMe}:clipboard:| Contains all extra dependencies (e.g: pydantic). For arm64 functions. |
383
383
@@ -625,7 +625,6 @@ Core utilities such as Tracing, Logging, Metrics, and Event Handler will be avai
|**POWERTOOLS_LOG_DEDUPLICATION_DISABLED**| Disables log deduplication filter protection to use Pytest Live Log feature |[Logging](./core/logger)|`false`|
628
-
|**POWERTOOLS_EVENT_HANDLER_DEBUG**| Enables debugging mode for event handler |[Event Handler](./core/event_handler/api_gateway.md#debug-mode)|`false`|
629
628
|**POWERTOOLS_DEV**| Increases verbosity across utilities | Multiple; see [POWERTOOLS_DEV effect below](#increasing-verbosity-across-utilities)|`0`|
|**Logger**| Increase JSON indentation to 4. This will ease local debugging when running functions locally under emulators or direct calls while not affecting unit tests |
644
-
|**Event Handler**| Enable full traceback errors in the response, indent request/responses, and CORS in dev mode (`*`). This will deprecate [`POWERTOOLS_EVENT_HANDLER_DEBUG`](https://awslabs.github.io/aws-lambda-powertools-python/latest/core/event_handler/api_gateway/#debug-mode) in the future.|
645
-
|**Tracer**| Future-proof safety to disables tracing operations in non-Lambda environments. This already happens automatically in the Tracer utility. |
|**Logger**| Increase JSON indentation to 4. This will ease local debugging when running functions locally under emulators or direct calls while not affecting unit tests |
643
+
|**Event Handler**| Enable full traceback errors in the response, indent request/responses, and CORS in dev mode (`*`). |
644
+
|**Tracer**| Future-proof safety to disables tracing operations in non-Lambda environments. This already happens automatically in the Tracer utility. |
0 commit comments