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'