!!UPDATE!!
As of 2021, we can finally get Athena Data connectors to expose DynamoDB data in Quicksight without any custom scripts or duplicate data.
I wrote a detailed blog post with step by step instructions but in general, here is the process:
- Ensure you have an Athena Workgroup that uses the new Athena Engine version 2 and if not, create one
- In Athena under data sources, create a new data source and select "Query a data source" and then "Amazon DynamoDB"
- On the next part of the wizard, click the "Configure new AWS Lambda function" to deploy the prebuilt AthenaDynamoDBConnector.
- Once the AthenaDynamoDBConnector is deployed, select the name of the function you deployed in the Data Source creation wizard in Athena, give your DynamoDB data a catalog name like "dynamodb" and click "Connect"
- You now should be able to query DynamoDB data in Athena but there are a few more steps to get things working in QuickSight.
- Go to the IAM console and find the QuickSight service role (i.e. aws-quicksight-service-role-v0).
- Attach the AWS Managed "AWSLambdaRole" policy to the QuickSight role since QuickSight now needs the permissions to invoke your data connector.
- Go to the QuickSight console and add a new Athena data source that uses the version 2 engine that you created in Step 1
- You should now be able to create a data set with that Athena Engine version 2 workgroup data source and choose the Athena catalog name you gave the DynamoDB connector in Step 4.
Bingo bango, you should now be able to directly query or cache DynamoDB data in Quicksight without needing to create custom code or jobs that duplicate your data to another data source.
As of March 2020, Amazon is making available a beta feature called Athena DynamoDB Connector.
Unfortunately, it's only beta/preview and you can get it setup in Athena but I don't see a way to use these new Athena catalogs in Quicksight.
Hopefully once this feature is GA, it can be easily imported into Quicksight and I can update the answer with the good news.
Instructions on getting up a DynamoDB connector
There are many new data sources that AWS is making available in beta for autmoting the connections to Athena.
You can set these up via the console by:
- Navigate to the "Data Sources" menu in the AWS Athena console.
- Click the "Configure Data Source" button
- Choose "Query a data source" radio button
- Select "Amazon DynamoDB" option that appears
- Click the "Configure new function" option
- You'll need to specify a bucket to help put "spilled" data into and provide a name for the new DyanmoDB catalog.
- Once the app is deployed from Step 5, select the Lambda name (the name of the catalog you entered in Step 5) in the Athena data source form from Step 4 and also provide that same catalog name.
- Create the data connector
Now you can go to the Athena query editor, select the catalog you just created and see a list of all DyanmoDB tables for your region, under the default
Athena database in the new catalog, that you can now query as part of Athena.