AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Add multimedia codecs to Lambda
0
By default, Chromium can't decode mp3, mp4 and other formats. Is there a way to add these codecs to the lambda image? What is the simplest way? I assume an option could be to create a custom docker image? Another simple option could be to add chrome as a layer but I couldn't find a suitable build. Thanks!