AWS solutions documentation change
Summary
Updated formatting of service names in the cost table by changing asterisks to backticks for consistency
Security assessment
The changes are purely formatting-related, focusing on markdown syntax for service names in a cost table, with no security implications
Diff
diff --git a/solutions/latest/serverless-image-handler/cost.md index 0d3e9831d..1f0c4d832 100644 --- a/solutions/latest/serverless-image-handler/cost.md +++ b/solutions/latest/serverless-image-handler/cost.md @@ -19,2 +19,2 @@ AWS service | Dimensions | Cost [USD] (100,000 new images) | Cost [USD] (1,000,0 -**Amazon API Gateway** * | | $0.35 | $3.50 | $0 -**Amazon S3 Object Lambda** * | upload 50 KB image per request | $0.03 | $0.25 | $0 +**Amazon API Gateway** `*` | | $0.35 | $3.50 | $0 +**Amazon S3 Object Lambda** | upload 50 KB image per request | $0.03 | $0.25 | $0 @@ -23,2 +23,2 @@ AWS service | Dimensions | Cost [USD] (100,000 new images) | Cost [USD] (1,000,0 -**AWS Secrets Manager** ** | | $0.90 | $5.40 | $0.40 -**Amazon CloudWatch Dashboard^** | | $3.00 | $3.00 | $3.00 +**AWS Secrets Manager** `**` | | $0.90 | $5.40 | $0.40 +**Amazon CloudWatch Dashboard** `^` | | $3.00 | $3.00 | $3.00