serverless-operations / serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️
Other
1.03k stars 204 forks source link

Add support for HTTP API #378

Open theburningmonk opened 3 years ago

theburningmonk commented 3 years ago

This is a Feature Proposal

For feature proposals:

HTTP API now supports Step Functions, will be good to add support for that.

ffxsam commented 3 years ago

Seconded!

dara-rockwell commented 3 years ago

Ouch. Still not supported?

ffxsam commented 3 years ago

@horike37 Any plans for this?

franc-liuzzi commented 3 years ago

Not supported yet?? Definitely need it! @horike37 any plans?

wermajew commented 3 years ago

Workaround for this using CloudFormation: https://forum.serverless.com/t/implementing-newly-launched-synchronous-workflows-for-step-functions/13642/5?u=jimmy

jonasduever commented 2 years ago

Workaround for this using CloudFormation

The workaround works, thanks! But of course it's a lot of code compared to "native" httpApi support.