<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Serverless on nublog</title><link>https://nublog.pages.dev/tags/serverless/</link><description>Recent content in Serverless on nublog</description><generator>Hugo -- 0.160.0</generator><language>en-us</language><lastBuildDate>Thu, 19 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://nublog.pages.dev/tags/serverless/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Serverless Image Upload and Processing Pipeline on AWS</title><link>https://nublog.pages.dev/posts/my-second-post/</link><pubDate>Thu, 19 Jun 2025 00:00:00 +0000</pubDate><guid>https://nublog.pages.dev/posts/my-second-post/</guid><description>&lt;p&gt;I recently built a &lt;strong&gt;serverless image upload and processing pipeline&lt;/strong&gt; on AWS, and this post outlines the architecture, services used, key learnings, and tips that helped me along the way.&lt;/p&gt;
&lt;h2 id="-project-overview"&gt;🚀 Project Overview&lt;/h2&gt;
&lt;p&gt;The goal was to build a system where users can:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Upload an image via an API&lt;/li&gt;
&lt;li&gt;Automatically process the image using AWS Rekognition&lt;/li&gt;
&lt;li&gt;Store extracted metadata in DynamoDB&lt;/li&gt;
&lt;li&gt;Retrieve metadata through an API&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Everything runs &lt;strong&gt;serverlessly&lt;/strong&gt;, using AWS-managed services.&lt;/p&gt;</description></item></channel></rss>