DEV Community

Discussion on: Using Athena data connectors to visualize DynamoDB data with AWS QuickSight

Collapse
 
bricehemery profile image
bricehemery

GREEEAT article! How can I implement all of this in a cloudformation template (there's no datasource resource for athena in cloudformation doc)

Collapse
 
bradenrichardson profile image
bradenrichardson

I haven't looked into this specific issue, but often anything that isn't covered by a cloudformation resource can be targeted with a lambda through a custom resource - it's a bit more work and there are a few interesting behaviours, but if you want everything in code it's the only way to go I think.

Collapse
 
ferngonc profile image
ferngonc

Hi, I saw a github solution to implement the athena data connector using cloudformation stack: github.com/awslabs/aws-athena-quer..., may be help you.