aws / aws/aws-lambda-runtime-interface-emulator
Local environment with RIE and funcion names
- 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
Research direction
Start by reviewing the RIE behavior for local HTTP invocation and the issue's boto3 `invoke` use case. Determine how named Lambda functions could be represented and routed between local processes; done means multiple locally running functions can call one another through boto3 without a separate HTTP-specific code path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go, python
- Domain
- api, backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100