Relative Content

Tag Archive for c#.netdockeraws-lambda

Lambda function with containerized image

I have a requirement to use lambda function with some custom base image. So I have written following docker file. This generates image successfully but not using the custom base image. I can confirm by printing some of the environment variable used in it.
Can someone suggests what’s wrong in this?
I tried printing ENV variables after deploying image on Lambda function.