Amazon SageMaker is used by data scientists and developers to easily and quickly prepare, build, train, and deploy high-quality machine learning (ML) models by bringing… Read More
Tag Archives: AWS
Amazon DynamoDB is a NoSQL-managed database that stores data in the form of key-value pairs and document data. A Dynamodb table stores items which are… Read More
In this article, we will work on DynamoDB tables. DynamoDB is a NoSQL database that stores document data or key-value pairs. A Dynamodb table consists… Read More
Global Secondary Index is an index with a partition key and a sort key that can be different from keys in the base table. A… Read More
Amazon DynamoDB is a NoSQL managed database service provided by Amazon that stores semi-structured data like key-value pairs. A DynamoDB table consists of items. Each… Read More
In this article, we will explore the process of passing query string parameters from a client to the Backend Lambda or HTTP endpoint API gateway.… Read More
AWS DynamoDB is a NoSQL managed database that stores semi-structured data i.e. key-value and document data. It stores data in form of an item. An… Read More
The AWS Global Accelerator is a newer kind of service for AWS. The reason behind using the global accelerator, I want to introduce the problem… Read More
Amazon DynamoDB is a NoSQL managed database that stores semi-structured data i.e. key-value pair and document data. A table in DynamoDB stores data in form… Read More
Amazon DynamoDB is NoSQL managed database that stores semi-structured data like key-value pairs and document data. When creating tables in DynamoDB, no schema structure is… Read More
AppSync is an AWS service that helps you by simplifying the process of developing/building applications by letting developers create flexible, secure, extensible, and real-time APIs.… Read More
In this article, we will look into how to use AWS identity and access management policy conditions to create an IAM policy that denies access… Read More
If you want to make your career in cloud computing but don’t know how to get started, you must register for AWS Educate. AWS Educate… Read More
In this article, we will make AWS Lambda function to copy files from one s3 bucket to another s3 bucket. The lambda function will get… Read More
Tables are the backbone of any Relational Database Management System. Tables are used to store data in an organized form so operation on the data… Read More