Skip to content

Commit

Permalink
DCMAW-9802: Do not re-initialise the ssm client
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy-may committed Jul 31, 2024
1 parent 5cecd3d commit 6cfbb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class ClientRegistryService
cacheTTL: number;

constructor() {
this.ssmClient = new SSMClient(ssmClient);
this.ssmClient = ssmClient
this.cacheTTL = 3600 * 1000;
}
getRegisteredIssuerUsingClientSecrets = async (credentials: {
Expand Down

0 comments on commit 6cfbb7f

Please sign in to comment.