UNPKG

@smithy/credential-provider-imds

Version:

AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service

9 lines (8 loc) 115 B
/** * @internal */ export * from "./ImdsCredentials"; /** * @internal */ export * from "./RemoteProviderInit";