Skip to content

Brymastr/lambda-ric-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

lambda-ric-node

A minimal AWS Lambda Node.js container runtime.

Based on the node:16-alpine Docker image. Includes aws-lambda-ric at /home/node/aws-lambda-ric.

Example usage

Dockerfile

FROM ghcr.io/brymastr/lambda-ric-node:latest as base
WORKDIR /home/node/app/functions/my-lambda-function
COPY . ./
RUN npm ci --production --silent
CMD ["app.handler"]

About

A minimal lambda container runtime for Node.js

Resources

Stars

Watchers

Forks

Packages