Serverless lets you architect your application without thinking about servers. In this mini series we walk you through the detailed steps of creating and running GraphQL API server with Ruby in AWS Lambda.
Welcome to our engineering journal.
Here you can find our latest technology experiments and shared knowledge on engineering.
Serverless lets you architect your application without thinking about servers. In this mini series we walk you through the detailed steps of creating and running GraphQL API server with Ruby in AWS Lambda.
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort. In this series, let us explore on how to create a GraphQL API server using the Sinatra web framework in Ruby.