<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lambda Layers &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/lambda-layers/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Thu, 03 Dec 2020 20:17:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Working with Lambda layers and extensions in container images</title>
		<link>https://noise.getoto.net/2020/12/03/working-with-lambda-layers-and-extensions-in-container-images/</link>
		
		<dc:creator><![CDATA[Julian Wood]]></dc:creator>
		<pubDate>Thu, 03 Dec 2020 20:17:31 +0000</pubDate>
				<category><![CDATA[Amazon EC2 Container Registry]]></category>
		<category><![CDATA[Amazon Simple Storage Services (S3)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS SAM]]></category>
		<category><![CDATA[AWS SAM CLI]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[container image]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[Lambda extensions]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=2edf28565cffc4e209d7e12f623f03d7</guid>

					<description><![CDATA[In this post, I explain how to use AWS Lambda layers and extensions with Lambda functions packaged and deployed as container images. Previously, Lambda functions were packaged only as .zip archives. This includes functions created in the AWS Management Console. You can now also package and deploy Lambda functions as container images. You can use [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using AWS Lambda extensions to send logs to custom destinations</title>
		<link>https://noise.getoto.net/2020/11/12/using-aws-lambda-extensions-to-send-logs-to-custom-destinations/</link>
		
		<dc:creator><![CDATA[Julian Wood]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 16:31:22 +0000</pubDate>
				<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon Simple Storage Services (S3)]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[AWS Serverless Application Repository]]></category>
		<category><![CDATA[Lambda extensions]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=396e472579e561b663849be5ee069ca6</guid>

					<description><![CDATA[You can now send logs from AWS Lambda functions directly to a destination of your choice using AWS Lambda Extensions. Lambda Extensions are a new way for monitoring, observability, security, and governance tools to easily integrate with AWS Lambda. For more information, see &#8220;Introducing AWS Lambda Extensions &#8211; In preview&#8221;. To help you troubleshoot failures [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Choosing between AWS Lambda data storage options in web apps</title>
		<link>https://noise.getoto.net/2020/10/28/choosing-between-aws-lambda-data-storage-options-in-web-apps/</link>
		
		<dc:creator><![CDATA[James Beswick]]></dc:creator>
		<pubDate>Wed, 28 Oct 2020 13:59:09 +0000</pubDate>
				<category><![CDATA[Amazon Elastic File System (EFS)]]></category>
		<category><![CDATA[Amazon Simple Storage Services (S3)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Storage]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=366ffc2038e328bcb19d5769bdf79e10</guid>

					<description><![CDATA[In this post, I compare the capabilities and use-cases of S3, EFS, Lambda layers, and temporary storage for Lambda functions. There are benefits to each approach, as each type has different behaviors and characteristics.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building Extensions for AWS Lambda – In preview</title>
		<link>https://noise.getoto.net/2020/10/08/building-extensions-for-aws-lambda-in-preview/</link>
		
		<dc:creator><![CDATA[Julian Wood]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 15:55:20 +0000</pubDate>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[Lambda extensions]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=c558a74759c1c861423dee1379f9233a</guid>

					<description><![CDATA[AWS Lambda is announcing a preview of Lambda Extensions, a new way to easily integrate Lambda with your favorite monitoring, observability, security, and governance tools. Extensions enable tools to integrate deeply into the Lambda execution environment to control and participate in Lambda&#8217;s lifecycle. This simplified experience makes it easier for you to use your preferred [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Introducing AWS Lambda Extensions – In preview</title>
		<link>https://noise.getoto.net/2020/10/08/introducing-aws-lambda-extensions-in-preview/</link>
		
		<dc:creator><![CDATA[Julian Wood]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 15:53:49 +0000</pubDate>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Partner Network]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[Lambda extensions]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=1738036b5222ba326ac9d5aca4fc8bf3</guid>

					<description><![CDATA[AWS Lambda is announcing a preview of Lambda Extensions, a new way to easily integrate Lambda with your favorite monitoring, observability, security, and governance tools. In this post I explain how Lambda extensions work, how you can begin using them, and the extensions from AWS Lambda Ready Partners that are available today. Extensions help solve [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using Lambda layers to simplify your development process</title>
		<link>https://noise.getoto.net/2020/09/08/using-lambda-layers-to-simplify-your-development-process/</link>
		
		<dc:creator><![CDATA[James Beswick]]></dc:creator>
		<pubDate>Tue, 08 Sep 2020 14:22:15 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS SDK for JavaScript in Node.js]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Lambda Layers]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=249e9873f44041cc3e83d85f93f887b4</guid>

					<description><![CDATA[Lambda layers provide a convenient and effective way to package code libraries for sharing with Lambda functions in your account. Using layers can help reduce the size of uploaded archives and make it faster to deploy your code.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 31/143 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-06 05:27:09 by W3 Total Cache
-->