Documentation ¶
Overview ¶
Package aws provides fundamental Wire providers for Amazon Web Services (AWS).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSession = wire.NewSet( SessionConfig, ConfigCredentials, session.NewSessionWithOptions, wire.Value(session.Options{}), wire.Bind((*client.ConfigProvider)(nil), (*session.Session)(nil)), )
DefaultSession is a Wire provider set that provides a *session.Session using the default options.
Functions ¶
func ConfigCredentials ¶
func ConfigCredentials(cfg *aws.Config) *credentials.Credentials
ConfigCredentials returns cfg.Credentials.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.