serverless-operations/serverless-step-functions

Support for API Gateway WebSocket (WS) invocation

Open

#440 aperta il 27 giu 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (189 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (954 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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:

Guida contributor