From 1b538b399f2667aaa4a9e27c5dd28960bd98e15d Mon Sep 17 00:00:00 2001 From: Selva Muthu Kumaran <86711942+selvamuthukumaran1@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:52:40 +0530 Subject: [PATCH] Fix backend link (#4484) backend-roadmap-throttling- missed URL fixed fixes : #4473 --- .../123-scalability/100-mitigation-strategies/101-throttling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/backend/content/123-scalability/100-mitigation-strategies/101-throttling.md b/src/data/roadmaps/backend/content/123-scalability/100-mitigation-strategies/101-throttling.md index ec19dfe86..79d9a93ec 100644 --- a/src/data/roadmaps/backend/content/123-scalability/100-mitigation-strategies/101-throttling.md +++ b/src/data/roadmaps/backend/content/123-scalability/100-mitigation-strategies/101-throttling.md @@ -12,4 +12,4 @@ Throttling is an important aspect of cloud design, as it helps to ensure that re Visit the following resources to learn more: -- [Throttling - AWS Well-Architected Framework](https://aws.amazon.com/architecture/well-architected/serverless/patterns/throttling/) +- [Throttling - AWS Well-Architected Framework](https://docs.aws.amazon.com/wellarchitected/2022-03-31/framework/rel_mitigate_interaction_failure_throttle_requests.html)