Has anyone yet explored ways to integrate Serverless / Cloud Functions (Azure, AWS, DO etc.) in Hamilton DAGs?
• Some compute requires more powerful resources than the Python environment Hamilton is running in.
• Sometimes – the other way around – e.g. web hooks or events are better implemented as Serverless Functions.
Are there any examples of how this may be set up?