<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Container on Francesco Farina</title>
    <link>https://indiependente.dev/tags/container/</link>
    <description>Recent content in Container on Francesco Farina</description>
    <generator>Hugo -- 0.145.0</generator>
    <language>en</language>
    <lastBuildDate>Thu, 15 Sep 2022 15:57:59 +0200</lastBuildDate>
    <atom:link href="https://indiependente.dev/tags/container/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title> ƛ📦 AWS Lambdas containers and Go</title>
      <link>https://indiependente.dev/posts/2021/03/%C6%9B-aws-lambdas-containers-and-go/</link>
      <pubDate>Sat, 13 Mar 2021 15:05:00 +0000</pubDate>
      <guid>https://indiependente.dev/posts/2021/03/%C6%9B-aws-lambdas-containers-and-go/</guid>
      <description>&lt;h2 id=&#34;tldr&#34;&gt;TL;DR&lt;/h2&gt;
&lt;p&gt;AWS official base images for lambdas ship entire distros, use scratch or distroless base images for statically compiled languages like Go and use the &lt;a href=&#34;https://github.com/aws/aws-lambda-runtime-interface-emulator/&#34;&gt;aws-lambda-runtime-interface-emulator&lt;/a&gt; as the entrypoint.&lt;/p&gt;
&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;
&lt;p&gt;In December 2020, &lt;a href=&#34;https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/&#34;&gt;AWS announced&lt;/a&gt; support for packaging and running lambdas in containers.&lt;/p&gt;
&lt;p&gt;In this blog post I&amp;rsquo;ll try to dig a little bit deeper on how it works and how we can improve what&amp;rsquo;s described in the official article, so that we can run an example Go application as a Dockerised lambda both on AWS and locally in the most space efficient way.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
