<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aws Lambda on Alexander Junge&#39;s website</title>
    <link>https://www.alexanderjunge.net/tags/aws-lambda/</link>
    <description>Recent content in Aws Lambda on Alexander Junge&#39;s website</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 16 May 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.alexanderjunge.net/tags/aws-lambda/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Deploying fastAPI to AWS Lambda via Amazon API Gateway</title>
      <link>https://www.alexanderjunge.net/blog/fastapi-aws-api-gateway/</link>
      <pubDate>Sat, 16 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.alexanderjunge.net/blog/fastapi-aws-api-gateway/</guid>
      <description>I started experimenting with AWS and as a first tiny project I deployed a fastAPI-based REST API to AWS Lambda, a serverless framework. Amazon API Gateway acts as a front-door to the Lambda instance. The architecture roughly looks like this:
The deployed API is a simplified version of the REST API described in a previous post. My code is available on GitHub.
Using AWS SAM, the deployment works like this:</description>
    </item>
    
  </channel>
</rss>