Skip to content

Instantly share code, notes, and snippets.

@pwmcintyre
Created November 19, 2021 06:15
Show Gist options
  • Save pwmcintyre/75f8aa9c0f4617752e5446d2053db8bf to your computer and use it in GitHub Desktop.
Save pwmcintyre/75f8aa9c0f4617752e5446d2053db8bf to your computer and use it in GitHub Desktop.
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