A Bolt WorkflowStep deployed to AWS Lambda (following Slack's bolt-js serverless deployment docs) has its execute function invoked multiple times per workflow run. In Socket Mode the same code worked perfectly. The duplicate invocations come from multiple Events API calls visible in the logs, not from the workflow itself.