awslabs / amazon-quicksight-embedding-sdk

A SDK to help users embed QuickSight dashboards on other pages.
Apache License 2.0
172 stars 40 forks source link

@aws-sdk/client-quicksight is a dev dependency, causing build errors #195

Open manueltarouca opened 9 months ago

manueltarouca commented 9 months ago

Issue

@aws-sdk/client-quicksight package currently sits as a dev dependency of this package. However when amazon-quicksight-embedding-sdk is added and imported into a project, for example an angular application, it raises an error stating that @aws-sdk/client-quicksight is nowhere to be found.

Temporary fixes

I've identified two alternatives for a fix:

Propose a fix

Yes