Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OptSetLogger ¶
OptSetLogger sets the logger to use.
func OptSetManager ¶
OptSetManager sets the manager to use.
func OptSetStats ¶
OptSetStats sets the metrics aggregator to use.
Types ¶
type Config ¶
type Config struct { session.Config `json:",inline" yaml:",inline"` Function string `json:"function" yaml:"function"` Timeout string `json:"timeout" yaml:"timeout"` NumRetries int `json:"retries" yaml:"retries"` RateLimit string `json:"rate_limit" yaml:"rate_limit"` }
Config contains configuration fields for the Lambda client.
Click to show internal directories.
Click to hide internal directories.