0

I am able to read and write data into Dynamo DB tables by AWS Glue using Pyspark code through --->dynamodb = boto3.resource('dynamodb', region_name=region, endpoint_url=url) I also want to use DAX clusters for faster execution. Can someone suggest me how to use amazon-dax-client or any other approach to connect to the DAX clusters.

OR Q->Does AWS Glue support Amazaon dax??

Abhishek
  • 31
  • 3

1 Answers1

1

This feature is still not supported from AWS Glue as confirmed by AWS support

Abhishek
  • 31
  • 3