Skip to content

Commit 2522fbe

Browse files
authored
chore: update docs links (#27)
1 parent c37b426 commit 2522fbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/best_practices/dynamic_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This utility is based on the [Feature Flags utility of AWS Lambda Powertools](ht
1414

1515

1616
## **Blog Reference**
17-
Read more about the differences between static and dynamic configurations, when to use each type how this utility works. Click [**HERE**](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-environment-variables){:target="_blank" rel="noopener"}
17+
Read more about the differences between static and dynamic configurations, when to use each type how this utility works. Click [**HERE**](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-part-6-feature-flags-configuration-best-practices){:target="_blank" rel="noopener"}
1818

1919

2020
## **Key features**
@@ -120,7 +120,7 @@ The function fetch the JSON file from AWS AppConfig and return a parsed instance
120120
--8<-- "docs/examples/best_practices/dynamic_configuration/parse_configuration.py"
121121
```
122122

123-
If you want to learn more about how ``parse_configuration`` function works, click [here](http://www.google.com){:target="_blank" rel="noopener"}.
123+
If you want to learn more about how ``parse_configuration`` function works, click [here](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-part-6-feature-flags-configuration-best-practices){:target="_blank" rel="noopener"}.
124124

125125
## **Feature Flags**
126126

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The project is a template project that is based on my AWS Lambda handler cookboo
2525
- Third blog post- [Observability: Business KPIs Metrics](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-3-business-domain-observability){:target="_blank" rel="noopener"}
2626
- Fourth blog post- [Environment Variables](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-environment-variables){:target="_blank" rel="noopener"}
2727
- Fifth blog post- [Input Validation](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-5-input-validation){:target="_blank" rel="noopener"}
28-
- Sixth blog post- [Dynamic Configuration & feature flags](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-elevate-your-handler-s-code-part-5-input-validation){:target="_blank" rel="noopener"}
28+
- Sixth blog post- [Dynamic Configuration & feature flags](https://www.ranthebuilder.cloud/post/aws-lambda-cookbook-part-6-feature-flags-configuration-best-practices){:target="_blank" rel="noopener"}
2929

3030
## **Serverless Best Practices**
3131
The AWS Lambda handler will implement multiple best practice utilities.

0 commit comments

Comments
 (0)