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
|**POWERTOOLS_DEV**| Increase JSON indentation to ease debugging when running functions locally or in a non-production environment |[Logger](./core/logger)|`false`|
|**POWERTOOLS_PARAMETERS_MAX_AGE**| Adjust how long values are kept in cache (in seconds) |[Parameters](./utilities/parameters)|`5`|
310
-
|**POWERTOOLS_PARAMETERS_SSM_DECRYPT**| Sets whether to decrypt or not values retrieved from AWS Systems Manager Parameters Store |[Parameters](./utilities/parameters)|`false`|
|**POWERTOOLS_DEV**| Increase JSON indentation to ease debugging when running functions locally or in a non-production environment |[Logger](core/logger.md)|`false`|
308
+
|**LOG_LEVEL**| Set logging level |[Logger](core/logger.md)|`INFO`|
309
+
|**POWERTOOLS_PARAMETERS_MAX_AGE**| Adjust how long values are kept in cache (in seconds) |[Parameters](utilities/parameters.md)|`5`|
310
+
|**POWERTOOLS_PARAMETERS_SSM_DECRYPT**| Set whether to decrypt or not values retrieved from AWS Systems Manager Parameters Store |[Parameters](utilities/parameters.md)|`false`|
311
+
|**POWERTOOLS_IDEMPOTENCY_DISABLED**| Disable the Idempotency logic without changing your code, useful for testing |[Idempotency](utilities/idempotency.md)|`false`|
311
312
312
313
Each Utility page provides information on example values and allowed values.
313
314
@@ -331,7 +332,7 @@ The following companies, among others, use Powertools:
331
332
332
333
### Sharing your work
333
334
334
-
Share what you did with Powertools for AWS Lambda (TypeScript) 💞💞. Blog post, workshops, presentation, sample apps and others. Check out what the community has already shared about Powertools for AWS Lambda (TypeScript) [here](./we_made_this).
335
+
Share what you did with Powertools for AWS Lambda (TypeScript) 💞💞. Blog post, workshops, presentation, sample apps and others. Check out what the community has already shared about Powertools for AWS Lambda (TypeScript) [here](we_made_this.md).
You can use Tracer to create subsegments for each batch record processed. To do so, you can open a new subsegment for each record, and close it when you're done processing it. When adding annotations and metadata to the subsegment, you can do so directly without calling `tracer.setSegment(subsegment)`. This allows you to work with the subsegment directly and avoid having to either pass the parent subsegment around or have to restore the parent subsegment at the end of the record processing.
Injecting a custom AWS SDK v3 client allows you to [apply tracing](/core/tracer/#patching-aws-sdk-clients) or make unit/snapshot testing easier, including SDK customizations.
395
+
Injecting a custom AWS SDK v3 client allows you to [apply tracing](../core/tracer.md#patching-aws-sdk-clients) or make unit/snapshot testing easier, including SDK customizations.
0 commit comments