In this tutorial we will learn how to implement the nearest neighbor algorithm using only Numpy. Additionally, we will also…
In this article, we continue add functionality to our serverless EC2 inventory stack we created in part 1. If we…
Build a serverless stack to keep an inventory of all your EC2 instances
DynamoDB is a fully managed NoSQL database provided by Amazon Web Services (AWS). It’s considered a serverless database as there is no infrastructure to manage, but you do need to manage the provisioned capacity.
Learn how to write a web scraper in using Python and beautiful soup.