Quantcast
Viewing latest article 30
Browse Latest Browse All 51

How to see logs of Dockerfile build when using custom AWS Lambda container image

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?


Viewing latest article 30
Browse Latest Browse All 51

Trending Articles