From b594c80e5346dd1abd8ac4e2d4b276d0ae193666 Mon Sep 17 00:00:00 2001 From: CarlosGamero Date: Mon, 28 Oct 2024 12:14:04 +0100 Subject: [PATCH] Exposing clearCachedCallerIdentity --- packages/sns/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sns/index.ts b/packages/sns/index.ts index ba79d820..604a9f08 100644 --- a/packages/sns/index.ts +++ b/packages/sns/index.ts @@ -33,6 +33,7 @@ export { findSubscriptionByTopicAndQueue, getSubscriptionAttributes, } from './lib/utils/snsUtils' +export { clearCachedCallerIdentity } from './lib/utils/stsUtils' export { subscribeToTopic } from './lib/utils/snsSubscriber' export { initSns, initSnsSqs } from './lib/utils/snsInitter'