Error Deploying Lambda Function in Image Mode Using AWS CodeCommit and CodeBuild
I am trying to create a lambda function with the help of AWS CodeCommit and AWS CodeBuild. I tried this in zip mode, but it exceeds the zip threshold set by the lambda function (50MB). So now I’m trying to use the image mode. But somehow I’m not able to push the code into ECR.
Error while deploying Lambda function in image mode with AWS CodeCommit and CodeBuild
I am trying to create a lambda function with the help of AWS CodeCommit and AWS CodeBuild. I tried this in zip mode, but it exceeds the zip threshold set by the lambda function (50MB). So now I’m trying to use the image mode. But somehow I’m not able to push the code into ECR.