AWS Lambda supports container images rather than using the standard Amazon Linux (2) image, but I can't figure out where the logs from the Dockerfile build are stored.
I can find and see the logs for the invocation (within the lambda function) but not the 'setup' step preceding the invocation, i.e. the serverless deploy
step. Adding --verbose
did not provide the logs.
Without this, I have no visibility into the success or logs of my build step.
Can anyone suggest where to find them?