Is it possible to start a AWS-SWF workflow from a Lambda function registered in AWS?
I wrote a POC in Java using "Flow Framework" to start a workflow from Lambda, triggered by S3 insertion. But the lambda function, while trying to talk to SWF through REST, is giving a timeout.
Do I need to do any extra configuration for this issue?