I’m using paginated reports, where I have an analysis and a dashboard with controls where I set parameters so that it creates filters based on the parameters I set, and brings me this data in the visuals I set. I need to make a lambda script where, through the script, I can set the parameters according to what I want, download it and upload it to S3. Is it possible to download, control the parameters and load it onto S3 through lambda function?
You can use lambda to call the QuickSight API. StartDashboardSnapshotJob allows you to pass parameter values.
1 Like
Hello @PedroRodriguezxX
My lambda function is facing the timeout issue. The function is running in a VPC and cant access the Quicksight.
How have you configured the VPC, Subnets and Security Group of your lambda function?