6 GraphQL Authorization Schemas for AWS Amplify
AWS Amplify is a framework that allows frontend and mobile developers to add serverless cloud backends to their apps. My last article, “Easy Serverless Authentication with AWS Amplify,” explained how…
AWS Amplify is a framework that allows frontend and mobile developers to add serverless cloud backends to their apps. My last article, “Easy Serverless Authentication with AWS Amplify,” explained how…
The introduction of serverless development represents a shift in the fundamental technologies that drive web development. Moving from mono-API or microservice architectures to a serverless architecture is a critical step…
In this second part of the comparison between Google Cloud Run and AWS Lambda, we put the two to the test with a series of benchmarks focusing on raw performance,…
When Amazon introduced Lambda in 2014, it was an absolute game changer. While it wasn't the first serverless compute service or even the first Function as a Service (FaaS) product,…
Authentication is the process of telling the application who you are–a fairly standard feature of many apps. If you’re a frontend developer like me, chances are you’ve implemented some kind…
Last December, Amazon announced a new feature that many of us got excited about—one that allows you to run EKS pods on AWS Fargate. What exactly does this mean? How…
The past few years have seen remarkable progress in the public cloud arena, with adoption rates soaring and impressive maturity of its managed services. Now, with Microsoft and Google stepping…
DevOps is a young mindset, and, year after year, it continues to evolve into something that's bigger in scope, better in implementation, and greater in its expectations. Up until now,…
According to IOD Expert Jorge Galvis: "Golang Will Be Big." "The programming language Golang will be the preferred language for deploying backend APIs on cloud services–at least it will be on…
The term “serverless” allows you to use a service without having to worry about where and how it is run. AWS offers multiple serverless options: Amazon S3, Amazon DynamoDB, Amazon…