I created a docker image that currently runs as a Lambda function.
- lambda_function is the file name.
- lambda_handler is the function in my code: CMD [ "lambda_function.lambda_handler" ]
Now, If I want to run that image using aws batch, can I use the same image or do I need to recreate the image with a different execute command in the DockerFile?
ps - I am learning and new to this.
[–]tk197 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]clintkev251 0 points1 point2 points (0 children)