I want to do a daily task where I export my DynamoDB table so that so some ETL jobs in AWS Glue can be run. Essentially, at a certain time (eg. at midnight) I would run the export which AWS Glue would use to do some ETL and it would finally land in a S3 bucket.
I tried searching but a lot of the results were to just dump the export into a S3 bucket and then read from there, but that seems more convoluted than it needs to be. I don’t want to have to create another S3 bucket just for that purpose. Is there a way to just skip that intermediate step?
user25290726 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.