<?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>Serverless</title>
	<atom:link href="https://numericaideas.com/blog/category/tech/serverless/feed/" rel="self" type="application/rss+xml" />
	<link>https://numericaideas.com/blog/category/tech/serverless/</link>
	<description>Discover, Learn, Build, &#38; Share</description>
	<lastBuildDate>Wed, 06 Mar 2024 12:19:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://assets.numericaideas.com/2023/10/cropped-logo_numerica_ideas-1-32x32.png</url>
	<title>Serverless</title>
	<link>https://numericaideas.com/blog/category/tech/serverless/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Build Python Lambda Functions Using Serverless Framework</title>
		<link>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/</link>
					<comments>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/#respond</comments>
		
		<dc:creator><![CDATA[Wilfred Chetat Yeku]]></dc:creator>
		<pubDate>Wed, 06 Mar 2024 11:07:45 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21193</guid>

					<description><![CDATA[<p>This article highlights what the Serverless Framework is and how to deploy a simple Python application on AWS Lambda using that Framework.</p>
<p>The post <a href="https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/">How To Build Python Lambda Functions Using Serverless Framework</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a Serverless App with AWS Lambda, S3, DynamoDB, and Python</title>
		<link>https://numericaideas.com/blog/aws-serverless-web-application/</link>
					<comments>https://numericaideas.com/blog/aws-serverless-web-application/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Fri, 07 Jul 2023 12:38:28 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://64a7ff6ae38922001b300c0c</guid>

					<description><![CDATA[<p>A detailed guide on building a scalable and secured serverless web application using AWS services such as S3, Lambda, DynamoDB, CloudFront, and WAF.</p>
<p>The post <a href="https://numericaideas.com/blog/aws-serverless-web-application/">Build a Serverless App with AWS Lambda, S3, DynamoDB, and Python</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-serverless-web-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lambda Performance Optimization Strategies</title>
		<link>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/</link>
					<comments>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sun, 19 Feb 2023 05:39:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://63f061e15fd41e001b62cbf6</guid>

					<description><![CDATA[<p>Let's dive into the different strategies to reduce AWS Lambda functions Cold Starts: SnapStart, Provisioned Concurrency, and Custom Warmer.</p>
<p>The post <a href="https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/">Lambda Performance Optimization Strategies</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Serverless Visual Design with AWS Application Composer</title>
		<link>https://numericaideas.com/blog/aws-application-composer/</link>
					<comments>https://numericaideas.com/blog/aws-application-composer/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 18:00:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://63b3990d6ad02b001d463732</guid>

					<description><![CDATA[<p>AWS Application Composer is an AWS visual design tool that accelerates architecture definition and configuration for Serverless applications using the drag-and-drop way following AWS best practices.</p>
<p>The post <a href="https://numericaideas.com/blog/aws-application-composer/">Serverless Visual Design with AWS Application Composer</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-application-composer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Easiest GitLab CI/CD Lambda Pipeline</title>
		<link>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/</link>
					<comments>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 03:58:13 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[GitLab CI/CD]]></category>
		<category><![CDATA[NodeJS]]></category>
		<guid isPermaLink="false">http://639c8a35e972c6001d6cfaa8</guid>

					<description><![CDATA[<p>Quickly build, test, and deploy NodeJS and Python Lambda functions using GitLab CI/CD with either ClaudiaJS, Chalice, or the Serverless framework.</p>
<p>The post <a href="https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/">Easiest GitLab CI/CD Lambda Pipeline</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lambda Performance Optimization with SnapStart</title>
		<link>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/</link>
					<comments>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sun, 11 Dec 2022 03:12:10 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">http://6395366142daf0001d09735c</guid>

					<description><![CDATA[<p>SnapStart is a performance optimization option that helps to reduce the initialization time of Lambda functions at no additional costs.</p>
<p>The post <a href="https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/">Lambda Performance Optimization with SnapStart</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: numericaideas.com @ 2026-05-15 18:25:04 by W3 Total Cache
-->