Connect between lambda functions in project locally

Hi all,

I need to create a new lambda function within my project, and I need to connect to one of the lambdas, i see that the js aws-sdk framework allows to invoke lambda functions, however it is not clear to me, how can i do it locally during development without having to create a local rest client with some framework to connect to it.

My question really is, is there any plugin that will stub aws-sdk lambda invoke function to allow it to be called locally? At the moment i am using serverless-webpack and it doesnt seem to have that functionality.

I would appreciate any tips on how to achieve this locally, and how anyone here has achieved this.

Regards

Ricardo

Have a look at Serverless Offline plugin

Hi bfieber,

Looking at the docs i cant see a way to call a lambda function from within another one. Is this possible with this framework?

Regards