<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Documents tagged with AWS Lambda]]></title><description><![CDATA[Documents tagged with AWS Lambda]]></description><link>https://techsparx.comaws-lambda.xml</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Feb 2026 21:14:27 GMT</lastBuildDate><item><title><![CDATA[Getting started with AWS Lambda, Amazons Function as a Service platform]]></title><description><![CDATA[AWS Lambda lets developers write code, execute the code at any scale in the AWS cloud, without worrying about implementing the scaling algorithm.  Lambda focuses on very small modules - the name implies Functions, and that is the preferred granularity level.  "Function as a Service" platforms are available from several providers, AWS Lambda having been joined by Microsoft Azure Functions, Google Cloud Functions, and IBM Cloud Functions.  All are focusing on the same idea, Functions as the granularity level, and automatic deployment and scaling, letting developers focus on their code and the cloud provider focuses on the rest.  AWS Lambda is the most developed of these, so lets take a look.]]></description><link>https://techsparx.com/software-development/aws/lambda/lambda-signup.html</link><guid isPermaLink="true">https://techsparx.com/software-development/aws/lambda/lambda-signup.html</guid><pubDate>Sat, 14 Feb 2026 08:01:24 GMT</pubDate></item><item><title><![CDATA[Getting started with using Node.js and the Serverless framework on AWS Lambda]]></title><description><![CDATA[While Amazon's AWS platform is excellent, there are other similar platforms from Google, IBM, Microsoft and others.  Why should our code be written solely to support the AWS infrastructure?  The Serverless framework makes it easy to reuse the same application code on any of these functions-as-a-service platforms.  Perhaps more importantly, it simplifies coding against these platforms.  The AWS platform is incredibly complex, and using the Serverless framework is simplifies developing applications for the AWS platform.
]]></description><link>https://techsparx.com/software-development/serverless-computing/serverless-tire-kick.html</link><guid isPermaLink="true">https://techsparx.com/software-development/serverless-computing/serverless-tire-kick.html</guid><pubDate>Sat, 14 Feb 2026 08:01:39 GMT</pubDate></item><item><title><![CDATA[How to deploy Express applications to AWS Lambda]]></title><description><![CDATA[AWS Lambda and the AWS API Gateway is a powerful combination for deploying Node.js application code on an automagically scaling deployment platform.  Out of the box you do not have the Express API.  This webinar shows how to setup API Gateway and Lambda to support Express applications.]]></description><link>https://techsparx.com/nodejs/howto/express-aws-serverless.html</link><guid isPermaLink="true">https://techsparx.com/nodejs/howto/express-aws-serverless.html</guid><pubDate>Sat, 14 Feb 2026 08:01:05 GMT</pubDate></item><item><title><![CDATA[Introduction to Node.js with the Serverless framework on AWS Lambda]]></title><description><![CDATA[AWS Lambda has excellent support for Node.js code.  As of this writing Lambda supports Node.js 8.10, meaning we have excellent async function support and other modern ES2015+ language features.]]></description><link>https://techsparx.com/software-development/serverless-computing/serverless-framework-intro.html</link><guid isPermaLink="true">https://techsparx.com/software-development/serverless-computing/serverless-framework-intro.html</guid><pubDate>Sat, 14 Feb 2026 08:01:39 GMT</pubDate></item><item><title><![CDATA[Simple Node.js AWS Lambda function]]></title><description><![CDATA[AWS Lambda has excellent support for Node.js code.  As of this writing Lambda supports Node.js 8.10, meaning we have excellent async function support and other modern ES2015+ language features.]]></description><link>https://techsparx.com/software-development/aws/lambda/lambda-node-js-simple.html</link><guid isPermaLink="true">https://techsparx.com/software-development/aws/lambda/lambda-node-js-simple.html</guid><pubDate>Sat, 14 Feb 2026 08:01:24 GMT</pubDate></item></channel></rss>