Using container image support for AWS Lambda with AWS SAM and Codebuild/Codepipeline
AWS introduced container image support for lambda functions.
I wanted to run a little test deploying a simple lambda function with Java8 using Codebuild+Codepipeline as CICD, but it was not more straightforward than expected.
I hope to save you some valuable time with this
quick guide.