blob: 34d4d1ee62ca50ff960c539072034e4883ed7e29 [file] [log] [blame]
// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.28.11"