Create your own managed runtime (with custom dependencies, libraries, tools)
- Dominant language
- No language data
- Stars
- 196
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
**Note**
> * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
> * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
> If you are interested in providing additional feedback, please leave a comment
**Description**
Add support for customer-managed runtimes as a standalone resource type. This introduces a new persona, the 'runtime publisher'. For example, an enterprise platform team could publish their own runtimes for use in their organization, packaging shared components such as security and monitoring tools in the runtime. Application developers can consume the runtime in their functions in the same way as a Lambda-managed runtime, simply by specifying the runtime identifier (in this case, an ARN) in their function configuration. The runtime publisher manages updates to the runtime, enabling changes to shared components to be pushed out at scale without requiring per-function updates.
**Additional context**
Add additional context here
Contributor guide
Assessment
This issue has not been assessed yet.