spotinst-sdk-go
spotinst-sdk-go copied to clipboard
Please provide an example to create a session with static credentials
provider := credentials.NewStaticCredentials(cred.token, cred.accountId)
How can I create a session object using this provider