AWS solutions documentation change
Summary
Added 'blueprints' to the list of API resources in the web app infrastructure description
Security assessment
Documentation update reflects the addition of a new resource type (blueprints) to the API, but no explicit security context or vulnerability mitigation is mentioned.
Diff
diff --git a/solutions/latest/innovation-sandbox-on-aws/web-app.md b/solutions/latest/innovation-sandbox-on-aws/web-app.md index 7b09c65cd..c8ff272f8 100644 --- a//solutions/latest/innovation-sandbox-on-aws/web-app.md +++ b//solutions/latest/innovation-sandbox-on-aws/web-app.md @@ -13 +13 @@ The web app infrastructure consists of an [Amazon CloudFront](https://aws.amazon -The API uses an [AWS WAF](https://aws.amazon.com/waf/) protected [Amazon API Gateway REST API](https://aws.amazon.com/api-gateway/), with proxy [AWS Lambda](https://aws.amazon.com/lambda/) function integrations for each of the API resources (leases, lease-templates, accounts, configurations, users, auth) and an AWS Lambda authorizer function for authorizing API requests. Each of the Lambda function integrations is responsible for interacting with one or more of the underlying data stores in the Data stack. +The API uses an [AWS WAF](https://aws.amazon.com/waf/) protected [Amazon API Gateway REST API](https://aws.amazon.com/api-gateway/), with proxy [AWS Lambda](https://aws.amazon.com/lambda/) function integrations for each of the API resources (leases, lease-templates, accounts, configurations, users, auth, blueprints) and an AWS Lambda authorizer function for authorizing API requests. Each of the Lambda function integrations is responsible for interacting with one or more of the underlying data stores in the Data stack.