Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvDynamoDBEndpoint ¶ added in v1.0.0
func EnvDynamoDBEndpoint() string
EnvDynamoDBEndpoint get DynamoDB endpoint from env params
func EnvEndpoint ¶ added in v1.0.0
func EnvEndpoint() string
EnvEndpoint get endpoint from env params
func EnvS3Endpoint ¶ added in v1.0.0
func EnvS3Endpoint() string
EnvS3Endpoint get S3 endpoint from env params
func EnvSNSEndpoint ¶ added in v1.0.0
func EnvSNSEndpoint() string
EnvSNSEndpoint get SNS endpoint from env params
func EnvSQSEndpoint ¶ added in v1.0.0
func EnvSQSEndpoint() string
EnvSQSEndpoint get SQS 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.