Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultConfig ¶
NewDefaultConfig will return default AWS Configs that are meant to be merged in. Luckily both the deprecated session.New() and session.NewSession() take `cfgs ...*aws.Config` then merge them in.
This means we can change our sessions to be `session.New(<whatver>, session.NewDefaultConfig()) If we need to override it we can swap order (last config's value wins)
func NewDefaultConfigWithRegion ¶
NewDefaultConfigWithRegion returns the same config as NewDefaultConfig, but allows a user to specify a region as well
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.