I have a requirement where I need to delete records based on criteria it doesn't need to be real time, the records are stored in dynamo DB. Can AWS lambda be scheduled ex run every day @ 11pm can I package a cron job or is it better to go with AWS batch only worry with batch is it has more overheads.
Thanks