AWS lambda to trigger the temporal workflow

I am curious if I can trigger the temporal workflow using AWS lambda(based on python). In one of my projects, I have a limitation where the lambda will work with other python code and receive events and in turn trigger the temporal workflow.

We just released the alpha SDK today at GitHub - temporalio/sdk-python: Temporal Python SDK. You can technically use the client there to start workflows, but it is alpha, so the API may change and it only works on limited platforms (lambda untested).

1 Like