Can you please suggest some solutions on How we can embed the Quicksight with web application? (We are using the .Net framework for backend integration

  1. We have followed the documentation from the Quicksight workshop, In that we have followed the Anonymous Embedding section and User-based Embedding section.
    we are trying to render the page with Invoked URL but somehow it throws an internal server error(502) while Lambda Execution.

we used the provided zip for the web content.

Can you please suggest some solutions on How we can embed the Quicksight with our application? (We are using the .Net framework for backend integration.)

Hi,

Thank you for reaching out. I’m adding @KareemAWS_QS to see if he has any quick ideas on how to resolve this. You may want to reach out to support so they can work with you and get more specifics on your environment.

Best,
Sean

We have code sample (using .NET) for anonymous in step 2 here to generate the embedded URL - Step 2: Generate the URL with the authentication code attached - Amazon QuickSight and step 3 on using that embedded URL. Please be aware that for anonymous embedding you will need a session pack

Similarly, we have a code sample using .NET for user based embedding in step 2 here to generate embedded URL - Step 2: Generate the URL with the authentication code attached - Amazon QuickSight and step 3 on using that embedded URL.

Please let us know if this helps.