Documentation ¶
Overview ¶
Package config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Region string // contains filtered or unexported fields }
Config contains the AWS settings we will use in our Service Clients. Internally, this contains a lot of functionality that we will likely not use (see github.com/aws/aws-sdk-go-v2/blob/v1.13.0/aws/config.go#L18), so we are only exporting the fields that may potentially be useful.
Click to show internal directories.
Click to hide internal directories.