Hello AWS Lambda supports packaging and deploying Lambda functions as container images. AWS provides a set of open-source base images that you can use to create your container image. These base images include a runtime interface client to manage the interaction between Lambda and your function code.
In this video, let’s learn how to get started with using a Docker image from within a Lambda function. We will see how to package our function into a Docker image and push this into Amazon Elastic Container Registry (ECR). We will then use this image from an AWS Lambda Function. I will also show you how to do this all from within Visual Studio IDE (in case you are using that).
Source Code – https://rahulpnath.visualstudio.com/DefaultCollection/YouTube%20Samples/_git/AWSDockerLambda
Docker in Lambda (Advanced Use case) https://www.rahulpnath.com/blog/aws-lambda-pgp-using-docker/
AWS Lambda For The .NET Developer – https://www.rahulpnath.com/blog/aws-lambda-net-core/
Base AWS Lambda Images – https://docs.aws.amazon.com/lambda/latest/dg/runtimes-images.html#runtimes-images-lp
AWS CLI – https://aws.amazon.com/cli/
Docker CLI – https://docs.docker.com/get-docker/
Additional Watching
AWS Series – https://www.youtube.com/playlist?list=PL59L9XrzUa-kl89ThijziX03fgTrbZCd7
AWS Lambda – https://youtu.be/IHIJFVUQyFY
ASP NET Core Series – https://www.youtube.com/playlist?list=PL59L9XrzUa-nqfCHIKazYMFRKapPNI4sP
Come say hi! ✋
Blog – https://rahulpnath.com/
✉ Subscribe to my Newsletter – https://www.rahulpnath.com/subscribe
Twitter – https://twitter.com/rahulpnath
Instagram – https://www.instagram.com/rahulpnath/
Recording Setup and Workflow – https://www.rahulpnath.com/blog/youtube_setup_and_workflow/
Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!
source