Created
November 19, 2021 06:15
-
-
Save pwmcintyre/75f8aa9c0f4617752e5446d2053db8bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { STSClient, GetCallerIdentityCommand } from '@aws-sdk/client-sts'; | |
new STSClient({}) | |
.send(new GetCallerIdentityCommand({})) | |
.then(console.log) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment