Documentation ¶
Overview ¶
Package awsconfig generates AWS client configurations optimized for use by the randomizer.
Index ¶
Constants ¶
View Source
const ( // DefaultTimeout is set to half of the 3-second response time limit that // Slack imposes on slash commands. DefaultTimeout = 1500 * time.Millisecond // DefaultRetryMaxAttempts allows up to 2 attempts to make AWS API calls. // Based on Slack's 3-second response time limit and our default timeout, // it's unlikely that we'll get many more attempts than this. DefaultRetryMaxAttempts = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option = func(*config.LoadOptions) error
Click to show internal directories.
Click to hide internal directories.