0

I'm using serverless with AWS. I want to be able to test lambda functions calling other lambda functions locally. I noticed that there is a way to do this with the aws SAM tool (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-lambda.html). Is there a way to do this with the serverless framework?

If not out of the box, would it be simple to implement? Does serverless invoke local use SAM under the hood?

1 Answer 1

0

I didn't try it by myself but I found that there is a serverless plugin for it:

serverless-offline-direct-lambda.

Sounds like you may give it a try.


The complete list of the serverless pluggins

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.