dimkir / aws-multitenant-architecture-quickstart

Serverless port for AWS Multi Tenant Architecture Concept (check website)
https://www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017
0 stars 0 forks source link

Problem with instantiating AuthenticationDetails & CognitoUser #24

Open dimkir opened 5 years ago

dimkir commented 5 years ago

It seems that classes

were at some point deprecated and removed from aws-sdk.

However they now live inside of cognito amazon-cognito-identity-js js sdk:

image

dimkir commented 5 years ago

This is fixed, but only the question is: why the heck did those classes vanish from AWS SDK?