AWS AmazonRDS documentation change
Summary
Extended Lambda integration documentation to cover Aurora MySQL version 8.4 in addition to version 3
Security assessment
Changes solely update version references without introducing security content or addressing security weaknesses. Documentation maintains existing security role (AWS_LAMBDA_ACCESS) without modifications.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.NativeLambda.md b/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.NativeLambda.md index 8d6229868..b01bfbb2d 100644 --- a//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.NativeLambda.md +++ b//AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.NativeLambda.md @@ -21 +21 @@ You can invoke an AWS Lambda function from an Aurora MySQL DB cluster by calling - * [Granting the role in Aurora MySQL version 3](./AuroraMySQL.Integrating.NativeLambda.html#AuroraMySQL.Integrating.NativeLambda.lambda_functions.v3) + * [Granting the role in Aurora MySQL version 3 and version 8.4](./AuroraMySQL.Integrating.NativeLambda.html#AuroraMySQL.Integrating.NativeLambda.lambda_functions.v3) @@ -46 +46 @@ The `lambda_sync` and `lambda_async` functions are built-in, native functions th -### Granting the role in Aurora MySQL version 3 +### Granting the role in Aurora MySQL version 3 and version 8.4 @@ -48 +48 @@ The `lambda_sync` and `lambda_async` functions are built-in, native functions th -In Aurora MySQL version 3, the user invoking a native function must be granted the `AWS_LAMBDA_ACCESS` role. To grant this role to a user, connect to the DB instance as the administrative user, and run the following statement. +In Aurora MySQL version 3 and version 8.4, the user invoking a native function must be granted the `AWS_LAMBDA_ACCESS` role. To grant this role to a user, connect to the DB instance as the administrative user, and run the following statement.