Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGatewayConfig ¶ added in v0.12.0
type APIGatewayConfig struct {
Cors *CorsConfig
}
type CorsConfig ¶ added in v0.12.0
type DebugConfig ¶ added in v0.7.0
type DebugConfig struct {
NodeJsDebugPort int
}
type HandlerMapping ¶
type ScheduleConfig ¶ added in v0.14.0
type ScheduleConfig struct {
Expression string
}
type TerrableConfig ¶
type TerrableConfig struct {
Handlers []HandlerMapping
EnvironmentVariables map[string]string
HttpApi *APIGatewayConfig
RestApi *APIGatewayConfig
Timeout int
}
func (TerrableConfig) EffectiveCorsConfig ¶ added in v0.12.0
func (config TerrableConfig) EffectiveCorsConfig() *CorsConfig
Click to show internal directories.
Click to hide internal directories.