AWS solutions documentation change
Summary
Updated image URLs and clarified optional properties with conflict warnings
Security assessment
Changes are limited to documentation formatting and non-security property clarifications. No security features or vulnerabilities are referenced in the changes. Cognito-related security documentation remains unchanged.
Diff
diff --git a/solutions/latest/constructs/aws_cognito_apigateway_lambda.md b/solutions/latest/constructs/aws_cognito_apigateway_lambda.md index 513272401..a6913e977 100644 --- a//solutions/latest/constructs/aws_cognito_apigateway_lambda.md +++ b//solutions/latest/constructs/aws_cognito_apigateway_lambda.md @@ -16,3 +16,3 @@ OverviewPattern Construct PropsPattern PropertiesDefault settingsArchitectureGit - Python | `aws_solutions_constructs.aws_cognito_apigateway_lambda` - Typescript | `@aws-solutions-constructs/aws-cognito-apigateway-lambda` - Java | `software.amazon.awsconstructs.services.cognitoapigatewaylambda` + Python | `aws_solutions_constructs.aws_cognito_apigateway_lambda` + Typescript | `@aws-solutions-constructs/aws-cognito-apigateway-lambda` + Java | `software.amazon.awsconstructs.services.cognitoapigatewaylambda` @@ -186,3 +186,3 @@ Java -existingLambdaObj? | [`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html) | Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error. -lambdaFunctionProps? | [`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html) | User provided props to override the default props for the Lambda function. -apiGatewayProps? | [`api.LambdaRestApiProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigateway.LambdaRestApi.html) | Optional user provided props to override the default props for API Gateway +existingLambdaObj? | [`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html) | Optional - instance of an existing Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error. +lambdaFunctionProps? | [`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html) | Optional - user provided props to override the default props for the Lambda function. Providing both this and `existingLambdaObj` causes an error. +apiGatewayProps? | [`api.LambdaRestApiProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigateway.LambdaRestApi.html) | Optional - user-provided props to override the default props for the API Gateway API.