Description
In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...
Summary
- How to Build a Serverless Application Using AWS SAM In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes.
- In this article, I will walk you through the steps required to build and deploy the same serverless application that gets the latest news from Google News.
- If you haven’t used AWS’s CLI before to work with AWS resources, you can install it by following the guidelines here.
- You can see that SAM has created several files in this folder.