Development

Async APIs

Tailored data-fetching with GraphQL. Get precisely what you need, nothing more or less.

A Better User Experience

We also have experience creating what is known as Async API Gateway APIs which leverage AWS API Gateway REST APIs, but instead of an AWS Lambda function processing the request and following a request/response architecture where the client or frontend application is waiting for the request to process and return.

We will put SQS (Simple Queue Service) or leverage an AWS DynamoDB stream behind our API and immediately respond to the client or frontend application, then our queue or database stream will invoke an AWS Lambda function to process the request and store the result in our database.

The client or frontend application will listen for changes in our AWS DynamoDB table and when that change takes place it will immediately update the users view. By in large, this is a much better experience for the user because they don't have to wait for the request to finish and respond. While the request is processing they can continue using the client or frontend application and see the result of the processed request propagate in real-time without refreshing the browser.

This kind of architecture can be setup with both AWS API Gateway REST APIs and AWS AppSync for GraphQL APIs.

AWS API Gateway Websockets

With AWS API Gateway REST APIs you would be leveraging a websockets connection and it typically requires a bit more low-level knowledge to implement.

AWS AppSync Subscriptions

With AWS AppSync for GraphQL APIs you can set up real-time connections ****by leveraging AWS AppSync Subscriptions which have a nice easy to use abstraction over websockets and requires less low-level knowledge compared to AWS API Gateway REST APIs. You can download our AWS AppSync Subscriptions Pattern with Serverless Framework by following the link.

AWS IoT MQTT

There is a third way we will talk about here, which leverages AWS IoT MQTT to create real-time connections. MQTT is a pub/sub protocol where as websockets is an open connection which allows for bi-directional communication.We wrote a multi-part series on building a Real-time ReactJS App powered by AWS IoT MQTT, here are links for part one and part two.

Let's talk about your challenge

Join businesses around the globe that trust our services. Let's start your serverless journey. Get in touch today!
Ryan Jones
Founder
Speak to a Guru
Edu Marcos
Chief Technology Officer
Speak to a Guru
Mason Toberny
Head of Enterprise Accounts
Speak to a Guru

Transform Your Business with the power of Serverless on AWS!

Integrating AWS Serverless technology is a monumental step that demands a solid foundation and a significant shift in roles, responsibilities, and methods of building applications. But with our expert team by your side, this transformation becomes a rewarding journey.

Our AWS Serverless development experts will integrate into your team, helping to construct patterns, services, and providing training on new use cases, all tailored to maximize the value of your serverless implementations.

Don't just adopt serverless because it's new - let us guide you to unleash its true power and build the future of your business with confidence and clarity.