Skip to content

Commit f4976a8

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
docs: update docs (#20)
Co-authored-by: Ran Isenberg <ran.isenberg@cyberark.com>
1 parent 4cf5ef2 commit f4976a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The utilities cover multiple aspect of a production-ready service, including:
4848
1. [Logging](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-1-logging)
4949
2. [Observability: Monitoring and Tracing](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-2-observability)
5050
3. [Observability: Business Domain Metrics](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-3-business-domain-observability)
51-
4. [Environment variables](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-3-business-domain-observability)
51+
4. [Environment variables](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-environment-variables)
5252
5. Input validation
5353
6. Features flags & dynamic configuration
5454

docs/best_practices/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In case of misconfiguration, a validation exception is raised with all the relev
1919

2020

2121
## Blog Reference
22-
Read more about the importance of validating environment variables and how this utility works. Click [**HERE**](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-3-business-domain-observability){:target="_blank" rel="noopener"}
22+
Read more about the importance of validating environment variables and how this utility works. Click [**HERE**](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-environment-variables){:target="_blank" rel="noopener"}
2323

2424

2525
## Schema Definition

0 commit comments

Comments
 (0)