We will be learning on how to read data from text file stored in S3 bucket with the help of lambda function and then we will store those values in our DynamoDB. Before starting with the process I will be telling you overview of S3 bucket, DynamoDB and lambda function.…
Author: Abhijeet Singh Ahluwalia
Working with DynamoDB in Python using SDK
In this blog, we will be working with DynamoDB as we will be creating a table, loading multiple data, retrieving a particular data, creating and loading single data and in the end deleting the table with the help of python SDK Boto3. Requirements: 1. Python3 –> You would have already…
Overview of Amazon Kubernetes Service
What is a Container? Containers are basically lightweight standardized units that has the ability to package whole application code, libraries, configurations written in any programming language across various hardware architectures. They are very useful for running microservices based architecture as they are very agile and scalable and they can take…