<?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>Aws on Salman's Blog</title><link>https://salmanfs.ca/tags/aws/</link><description>Recent content in Aws on Salman's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 12 Sep 2021 06:13:58 +0000</lastBuildDate><atom:link href="https://salmanfs.ca/tags/aws/index.xml" rel="self" type="application/rss+xml"/><item><title>Developing a Flask App &amp; Deploying on AWS</title><link>https://salmanfs.ca/posts/developing-a-flask-app-deploying-on-aws/</link><pubDate>Sun, 12 Sep 2021 06:13:58 +0000</pubDate><guid>https://salmanfs.ca/posts/developing-a-flask-app-deploying-on-aws/</guid><description>&lt;p&gt;&lt;a href="https://flask.palletsprojects.com/en/2.0.x/"&gt;Flask&lt;/a&gt; is a lightweight Python web framework.
It&amp;rsquo;s lightweight nature makes it a great candidate for creating APIs.
In this tutorial, I&amp;rsquo;m going to cover how to make a simple RESTful API service with Flask and host it on AWS.&lt;/p&gt;
&lt;p&gt;First, we&amp;rsquo;ll make a basic Flask app and use &lt;a href="https://docs.aws.amazon.com/elastic-beanstalk/index.html"&gt;AWS Elastic Beanstalk&lt;/a&gt; to deploy it.
Then, we&amp;rsquo;ll use &lt;a href="https://github.com/zappa/Zappa"&gt;Zappa&lt;/a&gt; to deploy a serverless app to &lt;a href="https://docs.aws.amazon.com/lambda/index.html"&gt;AWS Lambda&lt;/a&gt;. For more information on serverless architectures and how Zappa works, check out the &lt;a href="https://github.com/zappa/Zappa#about"&gt;About&lt;/a&gt; section on their GitHub page.&lt;/p&gt;</description></item></channel></rss>