Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
AwsRegion() string
LogLevel() string
PrivateKey() string
IsSkipJwtVerify() bool
IsSkipPayloadDecrypt() bool
}
Config represents all config options for the lambda
var Cfg Config
Cfg is the global Config instance for the lambda
func ParseConfig ¶
func ParseConfig() Config
ParseConfig parses the env variables and configures the lambda
Click to show internal directories.
Click to hide internal directories.