aws-cloudformation/cloudformation-cli-typescript-plugin

Have the session proxy as a singleton

eduardomourar opened this issue · 0 comments

Whenever checking the session proxy instance, they will not match if they are from different supporting library versions. We can solve that by having the class as Singleton and also by extending a base class from the AWS SDK.