amazon-quicksight-embedding-sample icon indicating copy to clipboard operation
amazon-quicksight-embedding-sample copied to clipboard

A QuickSight dashboard embedding sample for web apps.

Results 14 amazon-quicksight-embedding-sample issues
Sort by recently updated
recently updated
newest added

We can skip first four steps of by direclty using a zip file - getDashboardEmbedURL.zip stored in lambda folder as it would makes our life easier and overcomes the node...

Embedding URL's don't work on local host for development. This is annoying because I can't test locally. I have to push to our development URL and wait for cloudformation to...

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...

dependencies

Hi, I'm working to embed a dashboard in an application that utilizes a Cognito User Pool as its federated identity provider, and to further control access to AWS resources, those...

I am using Quicksight Authentication (Identity Type: QUICKSIGHT) and used the CF stacks to build the components. I also updaloded the lambda code as suggested. However, while I try to...

`apiGatewayGetDashboardEmbedUrl` is taking the parameters as GET request. Though its not an issue for the time being in this case, posting tokens as part of URL is a bad design....

I have whitelisted my domain, and I do get the embeded url from a lambda function. But the Https web page returns a web page with the following error **We...

Hi, I have followed the steps. The quicksight embedded dashboard doesn't show up and getting the badrequest error after the user login via cognito. Can someone please help to address...

This PR removes the unnecessary ternary operations.

CloudFormation templates in amazon-quicksight-embedding-sample have been found to include a [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs8.10). The affected templates have been updated to a supported runtime (nodejs10.x). By submitting this pull...