<?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 extensions &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/lambda-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 02 Mar 2021 17:31:13 +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>Caching data and configuration settings with AWS Lambda extensions</title>
		<link>https://noise.getoto.net/2021/03/02/caching-data-and-configuration-settings-with-aws-lambda-extensions/</link>
		
		<dc:creator><![CDATA[Julian Wood]]></dc:creator>
		<pubDate>Tue, 02 Mar 2021 17:31:13 +0000</pubDate>
				<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Systems Manager]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[Lambda extensions]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=6e0d81e1f3658ca99e4b13403d5353a1</guid>

					<description><![CDATA[This post is written by Hari Ohm Prasath Rajagopal, Senior Modernization Architect and Vamsi Vikash Ankam, Technical Account Manager In this post, I show how to build a flexible in-memory AWS Lambda caching layer using Lambda extensions. Lambda functions use REST API calls to access the data and configuration from the cache. This can reduce […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<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>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>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 28/121 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-08 02:35:03 by W3 Total Cache
-->