Open
Description
Hi,
I have been using your interface extensively to build a suite of Lambda apps. Our architecture encompasses several Lambda functions, that are supposed to talk to each other via the boto3 Python client. Thus far, I'm handling everything with HTTP ports on localhost, having a slightly different code base from the actual one that will be hosted on AWS.
Is it possible to have named Lambda functions within RIE, in order to use invoke
calls via the boto3 Python client?