aws / aws/aws-lambda-runtime-interface-emulator
Add environment variable for --runtime-interface-emulator-address
未关闭
enhancement
good first issue
- 主要语言
- Go
- 星标
- 1.1k
- 派生
- 118
- 平均合并
- 42 分钟
- 30 天内合并 PR
- 2
描述
At the moment it's not possible to configure the runtime interface emulator address without patching the docker image.
The default is `0.0.0.0:8080` , and I would like to restrict it to the local network for security reasons.
贡献指南
调研方向
首先定位 --runtime-interface-emulator-address 标志的定义,以及应用其默认值 0.0.0.0:8080 的代码。完成的标准是:可以通过环境变量配置该地址,而无需修改 Docker 镜像,包括将其限制为本地网络地址。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100