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
Copy file name to clipboardExpand all lines: docs/index.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
293
293
294
294
=== "Alpha releases"
295
295
296
-
Every morning during business days _(~8am UTC)_, we publish a `prerelease` to PyPi to accelerate customer feedback on **unstable** releases / bugfixes until they become production ready.
296
+
We publish `prerelease` versions to PyPi to accelerate customer feedback on **unstable** releases / bugfixes until they become production ready.
297
297
298
298
Here's how you can use them:
299
299
@@ -346,16 +346,16 @@ Compared with the [public Layer ARN](#lambda-layer) option, SAR allows you to ch
|**POWERTOOLS_SERVICE_NAME**| Sets service name used for tracing namespace, metrics dimension and structured logging | All |`"service_undefined"`|
433
433
|**POWERTOOLS_METRICS_NAMESPACE**| Sets namespace used for metrics |[Metrics](./core/metrics.md){target="_blank"} |`None`|
434
-
|**POWERTOOLS_METRICS_FUNCTION_NAME**| Function name used as dimension for the **ColdStart** metric metrics |[Metrics](./core/metrics.md){target="_blank"} |`None`|
435
-
|**POWERTOOLS_METRICS_DISABLED**|**Disables** all metrics emitted by Powertools metrics |[Metrics](./core/metrics.md){target="_blank"} |`None`|
434
+
|**POWERTOOLS_METRICS_FUNCTION_NAME**| Function name used as dimension for the **ColdStart** metric metrics |[Metrics](./core/metrics.md){target="_blank"} |`None`|
435
+
|**POWERTOOLS_METRICS_DISABLED**|**Disables** all metrics emitted by Powertools metrics |[Metrics](./core/metrics.md){target="_blank"} |`None`|
|**POWERTOOLS_TRACER_CAPTURE_RESPONSE**| Captures Lambda or method return as metadata. |[Tracing](./core/tracer.md){target="_blank"} |`true`|
438
438
|**POWERTOOLS_TRACER_CAPTURE_ERROR**| Captures Lambda or method exception as metadata. |[Tracing](./core/tracer.md){target="_blank"} |`true`|
@@ -458,7 +458,7 @@ When `POWERTOOLS_DEV` is set to a truthy value (`1`, `true`), it'll have the fol
458
458
|__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. <br><br> However, Amazon CloudWatch Logs view will degrade as each new line is treated as a new message. |
459
459
|__Event Handler__| Enable full traceback errors in the response, indent request/responses, and CORS in dev mode (`*`). |
460
460
|__Tracer__| Future-proof safety to disables tracing operations in non-Lambda environments. This already happens automatically in the Tracer utility. |
461
-
|__Metrics__| Disables Powertools metrics emission by default. <br><br> However, this can be overridden by explicitly setting POWERTOOLS_METRICS_DISABLED=false, which takes precedence over the dev mode setting.|
461
+
|__Metrics__| Disables Powertools metrics emission by default. <br><br> However, this can be overridden by explicitly setting POWERTOOLS_METRICS_DISABLED=false, which takes precedence over the dev mode setting. |
Copy file name to clipboardExpand all lines: docs/maintainers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ Once you're happy, hit `Publish release` 🎉🎉🎉.
313
313
314
314
### Releasing an alpha release
315
315
316
-
We publish alpha releases _(`prerelease`)_ every morning during business days (~8am UTC). You can also manually trigger `pre-release` workflow when needed.
316
+
You can manually trigger the `pre-release` workflow to publish alpha releases _(`prerelease`)_ to PyPi when needed.
0 commit comments