AWS Lambda now supports container images as a packaging format. Ref
Does cloudformation support using Container image for deploying AWS Lambda?
Something similar to packaging and deployment support via S3 Ref
Does cloudformation support using Container image for deploying AWS Lambda?
Yes it does. AWS::Lambda::Function has new properties specific to container images, such as:
ImageConfig
PackageType
ImageUri