aws / aws/aws-lambda-runtime-interface-emulator
Local environment with RIE and funcion names
Open
enhancement
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 118
- Avg merge
- 42m
- Merged PRs (30d)
- 2
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](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html) 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?
Contributor guide
Assessment
This issue has not been assessed yet.