# Functions

GenerateCloudWatchIDS creates the targetID and handlerID for invocation.
GenerateOneTimeCronExpression a cron(..) expression for a single instance at Now+minutesFromNow Example // Will generate a cron string of: "1 0 0 0 0" scheduler.GenerateOneTimeCronExpression(60, time.Now()).
New creates a CloudWatchScheduler and returns a pointer to the struct.

# Constants

No description provided by the author
ServiceInternalError is used when there's a downstream error in the code.
No description provided by the author

# Structs

Result holds the confirmation of the rescheduled invocation.
ScheduleIDS is of the invocation.
Scheduler is the implementation of the rescheduler of an invoke Invokes will be rescheduled if a handler takes longer than 60 seconds.