In this article, we’re going to create a REST API gateway endpoint which is going to invoke a lambda function and return JSON back to the client by doing the following: Creating a API Gateway and Lambda function. Establishing a connection between Lambda function and API gateway. Managing access to…
Author: Sreejith Kumar
Azure Cache for Redis in Python
This article describes how to integrate Azure Cache for Redis into a Python application to gain access to a private, dedicated cache that can be accessed from any Azure application. Create an Azure Cache for Redis Instance Log in to the Azure portal and click on create Resource. Choose Databases,…
How to expand the storage on a Linux EC2 instance.
On AWS, do the following steps to expand the storage on a Linux EC2 instance From the AWS portal, Navigate: EC2 -> Instances. Click on the instance in which you want to expand the storage. Scroll down and select Storage. In the Block devices, Click on the volume ID. You…