Can an AWS Lambda function call another

I have 2 Lambda functions – one that produces a quote and one that turns a quote into an order.
I’d like the Order lambda function to call the Quote function to regenerate the quote, rather than just receive it from an untrusted client.

I’ve looked everywhere I can think of – but can’t see how I’d go about chaining or calling the functions…surely this exists!

18 Answers
18

Leave a Comment