serverless-operations/serverless-step-functions

Support for API Gateway WebSocket (WS) invocation

Open

#440 创建于 2021年6月27日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (954 star) (189 fork)batch import
enhancementhelp wanted

描述

Hey there - first off, thanks for making this plugin!

Feature request

State machines currently cannot be not invoked by websocket events

stepFunctions:
  stateMachines:
    myMachine:
      events:
        - websocket:
            route: $connect

Note: Full reproduction here

Initially I thought this was a bug (no error during deployment) but it looks like this just isn't supported currently.

Would be nice to have event feature parity with lambda functions :crossed_fingers:

贡献者指南