skip to Main Content

Docker Lambda Image: Could not find or load main class com.amazonaws.services.lambda.runtime.api.client.AWSLambda

I built a Docker Lambda Image using the following DockerFile FROM registry.access.redhat.com/ubi8/ubi:8.1 as base RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm RUN yum update -y RUN yum install -y sudo bash curl wget man-db nano bash-completion RUN yum install -y java-11-openjdk-devel RUN…

VIEW QUESTION
Back To Top
Search