white-secretary-18260
03/29/2021, 7:26 PMFargate Task Definitions
in an ECS cluster
with an Event Rule
with cron
? If so what’s a good example?millions-furniture-75402
03/29/2021, 7:52 PM// CloudWatch cron trigger
const syncLambdaSchedule = "cron(0 0 * * ? *)";
const syncLambdaRuleHandler: aws.cloudwatch.EventRuleEventHandler = syncLambda;
aws.cloudwatch.onSchedule(`${appName}-event`, syncLambdaSchedule, syncLambdaRuleHandler);
white-secretary-18260
03/29/2021, 8:01 PMmicroscopic-dress-1605
04/01/2021, 3:25 PM