What is the AWS Lambda Java Runtime Interface Client (RIC)?
mainThe AWS Lambda Java Runtime Interface Client (RIC) is a lightweight interface that implements the Lambda Runtime API. It allows you to take a preferred base image (such as Amazon Linux, Alpine, Ubuntu, Debian, or CentOS) and make it compatible with AWS Lambda by enabling the runtime to receive requests from and send requests to the Lambda service.
To use a base image with the RIC, the image must meet these requirements:
- Built for
x86_64orARM64architectures. - Contains Java >= 8.
- Contains
glibc >= 2.17ormusl.