Movie Lists with AppSync GraphQL

Movie Lists with AppSync GraphQL

Introduction: AppSync GraphQL is a powerful service provided by AWS that enables developers to build scalable and real-time applications with GraphQL APIs. This article series dives deep into creating, updating, deleting, and fetching movie lists using AppSync GraphQL...

read more
Deleting Movie Lists with AppSync GraphQL and VTL(Part -3)

Deleting Movie Lists with AppSync GraphQL and VTL(Part -3)

Explore previous articles in this series by clicking here. Creating Movie Lists with AppSync GraphQL and VTL(Part -1) Updating Movie Lists with AppSync GraphQL and VTL(Part -2) Introduction: AppSync, an AWS service, enables you to build real-time and scalable...

read more
Process Nested Jsons Using AWS Athena

Process Nested Jsons Using AWS Athena

Overview This Article shows how to import a nested json like order and order details in to a flat table using AWS Athena . Athena is the most powerful tool that can scan millions of nested documents on S3 and transform it to flat structure if needed. Athena will...

read more