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

Amazon web services – aws lambda Cannot find package aws-jwt-verify

I have been implementing an AWS lambda function (node.js v18) which already worked with the following dependencies in package.json "@aws-sdk/client-apigatewaymanagementapi": "^3.428.0", "@aws-sdk/client-cognito-identity-provider": "^3.490.0", "@aws-sdk/client-dynamodb": "^3.405.0", "@aws-sdk/client-ses": "^3.485.0", "@aws-sdk/client-ssm": "^3.496.0", "@aws-sdk/util-dynamodb": "^3.427.0" Today, I add the new dependency "aws-jwt-verify": "^4.0.0". Local…

VIEW QUESTION
Back To Top
Search