https://github.com/fromtheexchange/aws-lambda-ric
10K+
Prebuilt aws-lambda-ric for nodejs and python3 on amazonlinux:2022
This docker container contains these packages compiled on amazonlinux:2022:
Versions can be found in /.aws-lambda-ric.versions
To include aws-lambda-nodejs-runtime-interface-client in your custom docker image, you should copy files from this image:
FROM fromtheexchange/aws-lambda-ric
FROM amazonlinux:2022
RUN yum install -y nodejs npm
COPY --from=fromtheexchange/aws-lambda-ric /usr/local/lib/node_modules/aws-lambda-ric/ /usr/local/lib/node_modules/aws-lambda-ric/
Please note that this package installs and builds nodejs npm daily, so the node --version will change over time.
To include aws-lambda-nodejs-runtime-interface-client in your custom docker image, you should copy files from this image:
FROM fromtheexchange/aws-lambda-ric
FROM amazonlinux:2022
RUN yum install -y python3 python3-pip python3-setuptools
COPY --from=fromtheexchange/aws-lambda-ric /usr/local/lib64/python3.9/site-packages/awslambdaric*/ /usr/local/lib64/python3.9/site-packages/
Please note that this package installs and builds python3 python3-pip python3-setuptools daily, so the python3 --version and associated paths will change over time.
Content type
Image
Digest
sha256:0a478365a…
Size
109.9 MB
Last updated
over 3 years ago
docker pull fromtheexchange/aws-lambda-ric