AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-11-22 · Documentation low

File: glue/latest/dg/aws-glue-programming-etl-connect-dynamodb-home.md

Summary

Added information about new DataFrame-based DynamoDB connector in Glue 5.0+ and updated version compatibility notes. Fixed URL formatting for DynamoDB export documentation link.

Security assessment

The changes primarily document new connector capabilities and version availability. While IAM permissions are mentioned, this is existing security guidance rather than new security-related content. No specific vulnerabilities or security improvements are addressed.

Diff

diff --git a/glue/latest/dg/aws-glue-programming-etl-connect-dynamodb-home.md b/glue/latest/dg/aws-glue-programming-etl-connect-dynamodb-home.md
index 69e1a6537..4819f0800 100644
--- a//glue/latest/dg/aws-glue-programming-etl-connect-dynamodb-home.md
+++ b//glue/latest/dg/aws-glue-programming-etl-connect-dynamodb-home.md
@@ -10,0 +11,2 @@ You can use AWS Glue for Spark to read from and write to tables in DynamoDB in A
+The original DynamoDB connector uses Glue DynamicFrame objects to work with the data extracted from DynamoDB. AWS Glue 5.0+ introduces a new [DynamoDB connector with Spark DataFrame support](./aws-glue-programming-etl-connect-dynamodb-dataframe-support.html) that provides native Spark DataFrame support.
+
@@ -13 +15 @@ In addition to the AWS Glue DynamoDB ETL connector, you can read from DynamoDB u
-The DynamoDB writer is available in AWS Glue version 1.0 or later versions. The AWS Glue DynamoDB export connector is available in AWS Glue version 2.0 or later versions.
+The DynamoDB writer is available in AWS Glue version 1.0 or later versions. The AWS Glue DynamoDB export connector is available in AWS Glue version 2.0 or later versions. The new DataFrame-based DynamoDB connector is available in AWS Glue version 5.0 or later versions.
@@ -27 +29 @@ In the following situations, you may need additional configuration:
-  * When using the DynamoDB export connector, you will need to configure IAM so your job can request DynamoDB table exports. Additionally, you will need to identify an Amazon S3 bucket for the export and provide appropriate permissions in IAM for DynamoDB to write to it, and for your AWS Glue job to read from it. For more information, consult [Request a table export in DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/S3DataExport_Requesting.html).
+  * When using the DynamoDB export connector, you will need to configure IAM so your job can request DynamoDB table exports. Additionally, you will need to identify an Amazon S3 bucket for the export and provide appropriate permissions in IAM for DynamoDB to write to it, and for your AWS Glue job to read from it. For more information, consult [Request a table export in DynamoDB](https://docs.aws.amazon.com//amazondynamodb/latest/developerguide/S3DataExport_Requesting.html).