How we can update the existing docker image to ECR? Now after our first deployment we are going to have a docker image in ECR which aws lambda will use for deployment. But now suppose we have updated our code and then updated the docker image. Then how we can push that updated image to the ECR?
How we can update the existing docker image to ECR? Now after our first deployment we are going to have a docker image in ECR which aws lambda will use for deployment. But now suppose we have updated our code and then updated the docker image. Then how we can push that updated image to the ECR?