Skip to content

Commit ebf4f3b

Browse files
committed
docs: highlight examples being readily available
1 parent 0ad90c3 commit ebf4f3b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

docs/core/event_handler/api_gateway.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Event handler for Amazon API Gateway REST and HTTP APIs, and Application Loader
1313

1414
## Getting started
1515

16+
???+ tip
17+
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
18+
1619
### Required resources
1720

1821
You must have an existing [API Gateway Proxy integration](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html){target="_blank"} or [ALB](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html){target="_blank"} configured to invoke your Lambda function.

docs/core/logger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Logger provides an opinionated logger with output structured as JSON.
1414

1515
## Getting started
1616

17+
???+ tip
18+
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
19+
1720
Logger requires two settings:
1821

1922
| Setting | Description | Environment variable | Constructor parameter |

docs/core/metrics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ If you're new to Amazon CloudWatch, there are two terminologies you must be awar
2828

2929
## Getting started
3030

31+
???+ tip
32+
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
33+
3134
Metric has two global settings that will be used across all metrics emitted:
3235

3336
| Setting | Description | Environment variable | Constructor parameter |

docs/core/tracer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
1616

1717
## Getting started
1818

19+
???+ tip
20+
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
21+
1922
### Permissions
2023

2124
Before your use this utility, your AWS Lambda function [must have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray.

0 commit comments

Comments
 (0)