Can Serverless Applications be orchestrated using Temporal?

From the reading I have done it seems like temporal requires the worker node to have longer running compute infra like VM’s which makes it not possible to use temporal to orchestrate applications that use AWS Lambda heavily

You do need to have a worker node running outside of AWS Lambda. At the same time, this node can host an activity that invokes Lambda to perform actual computation.