 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvDynamoDBEndpoint ¶
func EnvDynamoDBEndpoint() string
EnvDynamoDBEndpoint get DynamoDB endpoint from env params
Types ¶
type Config ¶
type Config struct {
	AccessKey string
	SecretKey string
	Region    string
	Endpoint  string
	// Filename and Profile are used for file credentials
	Filename string
	Profile  string
	// DefaultPrefix is used for service resource prefix
	// e.g.) DynamoDB table, S3 bucket, SQS Queue
	DefaultPrefix string
	// Specific sevice's options
	S3ForcePathStyle bool
}
    Config has AWS settings.
 Click to show internal directories. 
   Click to hide internal directories.