aditya.siregar c9f1e33c24 Add Infra
2025-03-03 18:59:25 +07:00

9 lines
231 B
Go

// 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.50.0"