UNPKG

@cloud-copilot/iam-lens

Version:

Visibility in IAM in and across AWS accounts

8 lines 323 B
import { createInMemoryStorageClient } from '@cloud-copilot/iam-collect'; import { IamCollectClient } from './client.js'; export function testStore() { const store = createInMemoryStorageClient(); const client = new IamCollectClient(store); return { store, client }; } //# sourceMappingURL=inMemoryClient.js.map