Zoe Robertson

Results 1 issues of Zoe Robertson

So I believe I followed the instructions, not sure if I missed something though. ``` FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16-x86_64 COPY index.js package.json ${LAMBDA_TASK_ROOT} RUN npm install CMD [ "index.handler" ] ``` This...