1. React
  2. JAMstack Conf
  3. 2018 San Francisco
  4. Build Scalable APIs Using GraphQL and Serverless

Build Scalable APIs Using GraphQL and Serverless

One of the latest developments in the past couple of years has been the advent of Serverless + GraphQL which allows you to run applications in very cost effective ephemeral services.

Simona Cotin at JAMstack Conf 2018 San Francisco

Current trends in software and backend architecture have been evolving towards a more loosely coupled more granular design. I am sure most of you have heard of microservice based architectures. The latest development on that front in the past couple of years has been the advent of serverless which allows you to run applications in very cost effective ephemeral services. This is why it is important to have a proper gateway for your API that is able to route all your requests to the designated endpoint. GraphQL stands out in that respect as being a mature open sourced standard started at Facebook.