Topics Covered in this BLOG 1.What is an API ? 2.What is AWS API Gateway? 3.Who uses API Gateway? 4.Building an API Gateway using Lambda API API stands for “Application Programming Interface.” It is a set of rules and protocols that define how two or more software applications can interact…
Author: Satish Jagadish
DynamoDB using Python SDK
In this blog post we will look at the working of the DynamoDB using Python SDK Boto3. I will be also covering the overview of DynamoDB and accessing the Dynamo DB using AWS Console, AWS CLI and finally through Python SDK. Also, we would be seeing a AWS service called…
AWS Serverless: Lambda and DynamoDB
This BLOG would be dedicated in learning things around AWS Serverless: Lambda and DynamoDB. This Page would be covering HOP and theoretical part to understand the concepts of AWS Serverless. What is Serverless? Serverless is something new as name suggests it’s like without a server, where Developers with serverless services…