Create and deploy REST API using AWS Lambda and Amazon API gateway AWS Lambda is a fantastic tool to build serverless applications in AWS. Creating and deploying REST API in python using Flask framework with AWS Lambda and Amazon API gateway can be highly complex. AWS Chalice is a framework for making serverless applications inContinue reading “Build Serverless Application in python within an hour using AWS Chalice”
Category Archives: AWS
How to Create Amazon EMR and Install Dependencies Through Bootstrapping
A guide to create Amazon EMR through web console and Infrastructure as a Code (Terraform) and install external dependencies through bootstrapping. What is Amazon EMR Amazon EMR stands for Amazon Elastic Map Reduce. Amazon EMR is an Amazon service for big data processing and analysis. Amazon EMR is a managed service to create cluster platformsContinue reading “How to Create Amazon EMR and Install Dependencies Through Bootstrapping”