<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS on My Tech Blog</title><link>https://sivaprasadreddy.github.io/hugo-tech-blog-modern-theme/tags/aws/</link><description>Recent content in AWS on My Tech Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 05 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://sivaprasadreddy.github.io/hugo-tech-blog-modern-theme/tags/aws/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Serverless Applications with AWS Lambda and Java</title><link>https://sivaprasadreddy.github.io/hugo-tech-blog-modern-theme/blog/aws-lambda-java/</link><pubDate>Sat, 05 Nov 2022 00:00:00 +0000</pubDate><guid>https://sivaprasadreddy.github.io/hugo-tech-blog-modern-theme/blog/aws-lambda-java/</guid><description>&lt;p&gt;Serverless computing allows you to build and run applications without thinking about servers. AWS Lambda is a popular serverless platform that supports Java.&lt;/p&gt;
&lt;h2 id="what-is-aws-lambda"&gt;What is AWS Lambda?&lt;/h2&gt;
&lt;p&gt;AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you.&lt;/p&gt;
&lt;h2 id="building-lambda-functions-with-java"&gt;Building Lambda Functions with Java&lt;/h2&gt;
&lt;p&gt;Java is a supported language for AWS Lambda, allowing you to leverage your existing Java skills in serverless applications.&lt;/p&gt;</description></item></channel></rss>