Running a scalable & reliable GraphQL endpoint with Serverless

By serverless - 2020-12-27

Description

Learn how to create GraphQL endpoints using the Serverless Framework, Lambda, DynamoDB, RDS and a REST backend.

Summary

  • Introduction Over the last four years, I've been exploring the world of big data, building real-time and batch systems at scale.
  • Luckily for us, the tech horizon is ever-expanding.
  • Then we'll query the DynamoDB table index, tweet-index, to retrieve paginated tweets for a given user handle.
  • Selling GraphQL in your organization When using new tech, always a discussion of “do we want this, or not?”

 

Topics

  1. Backend (0.27)
  2. UX (0.14)
  3. Security (0.1)

Similar Articles

How to Fetch Data in React: Cheat Sheet + Examples

By freeCodeCamp.org - 2021-02-12

There are many ways to fetch data from an external API in React. But which one should you be using for your applications in 2021? In this tutorial, we will be reviewing five of the most commonly used ...

Which of these 6 time traps is eating up all your time?

By ideas.ted.com - 2020-11-05

By identifying which of these is consuming your minutes and hours, you can start carving out more happy and meaningful moments for yourself, says time and happiness researcher Ashley Whillans.

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...