Migration Guide
No AWS account needed. No IAM roles. No CloudWatch bills.
Use AWS CLI to export.
aws scheduler list-schedules --output json > eb-schedules.json
Map: ScheduleExpression → cron_expression (remove "cron(" prefix/suffix), Target.Arn → url (use Lambda function URL or API Gateway URL).
Go to justrun.sh/dashboard/migrate → JSON Import.
Delete the EventBridge schedules, IAM roles, and associated CloudWatch alarms.
Yes — use your Lambda function URL as the job endpoint. JustRun makes an HTTP request, Lambda handles it. No IAM needed.
JustRun's job chains handle sequential workflows (run B after A succeeds). For complex event routing, you may still need EventBridge, but most cron use cases are simpler.