Skip to content

Commit bad6024

Browse files
author
Marco Jahn
committed
removed not needed dependencies, updated README.md
1 parent bdad466 commit bad6024

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cloudfront-keyvaluestore-apigw-routing-cdk/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ Important: this application uses various AWS services and there are costs associ
5555
1. Based on the retrieved value, the function redirects the request to one of the two API Gateway endpoints
5656
1. The selected API Gateway returns its response to the client
5757
58-
In a real-world scenario:
59-
60-
* The available targets would be maintained in the Key Value Store
61-
* More complex routing logic would be implemented in the CloudFront function (e.g., routing based on user attributes, geographic location, A/B testing scenarios)
58+
In a real-world scenario the available targets would be maintained in the Key Value Store depending on the desired business logic and requirements.
6259
6360
## Testing
6461

cloudfront-keyvaluestore-apigw-routing-cdk/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
"devDependencies": {
1313
"@types/jest": "^29.5.14",
1414
"@types/node": "22.7.9",
15-
"jest": "^29.7.0",
16-
"ts-jest": "^29.2.5",
1715
"aws-cdk": "2.1003.0",
1816
"ts-node": "^10.9.2",
1917
"typescript": "~5.6.3"

0 commit comments

Comments
 (0)