Documentation
¶
Index ¶
Constants ¶
View Source
const ( LimitCPU = "1024" LimitMemory = "2048" )
Variables ¶
View Source
var ( Repeat scheduleType = "rate" OneTime scheduleType = "at" )
View Source
var (
ErrInvalidBackedURLForTimeout = fmt.Errorf("timeout can action can not be set due to backed url pointing to local file. Please use external storage or remote timeout option")
)
Functions ¶
func Create ¶
func Create(mCtx *mc.Context, command string, scheduleType scheduleType, schedulexpression, logGroupName string) error
function to create a mapt servless cmd which will be executed repeatedly interval should match expected expression https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.