Components and Scheduled Tasks

I am trying to wrap my head around how components work, to that end I’m creating one to handle scheduling of a process flow.

To do this I need to have something executing ala cron. I know the standard serverless functions get the ability to have a scheduled event trigger it. Out of the box right now it looks like components do not support this?

Can I do a regular function inside a component definition in traditional serverless style? I don’t think that’s possible since it looks like a totally different way to think about building on sls.