serverless-operations/serverless-step-functions
Auf GitHub ansehenSupport for API Gateway WebSocket (WS) invocation
Open
#440 geöffnet am 27. Juni 2021
enhancementhelp wanted
Repository-Metriken
- Stars
- (954 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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: