aws

How to use AWS Amplify for Next.js authentication

In this article, we will take a closer look at how you can simplify the implementation of authentication in Next.js by using AWS Amplify.
Madars Bišs
5 min read

SvelteKit Auth with AWS Cognito

Learn how to use the SvelteKit Auth module to authenticate your SvelteKit apps, including processes like redirection-based logins.
Zain Sajjad
8 min read

Authentication in React with AWS Cognito and Amplify

AWS Cognito user pools and the Amplify framework give you an efficient and reliable authentication solution for your React apps.
Brian Njenga
13 min read

Multipart uploads with S3 in Node.js and React

Explore cloud storage services that support multipart upload by allowing you to split files into several small chunks to be uploaded sequentially or in...
Antonello Zanini
10 min read

AWS Amplify and React Native: A tutorial with examples

In this tutorial, set up authentication in a React Native mobile application with AWS Amplify, and learn how Amplify compares to Firebase.
Samaila Bala
6 min read

Running Strapi in production with AWS

Strapi documentation covers how to host it on AWS, but that is not production-grade. Learn the best configurations for your Strapi database, monitoring, storage,...
Cristian Rita
5 min read

Building a multi-tenant Amplify app with a React frontend

Learn how to use AWS Cognito, AppSync, and DynamoDB to set up a multi-tenant SaaS application with a React frontend.
Brian Njenga
10 min read

Deploying a serverless API to AWS with Claudia.js

Learn how to use Claudia.js to deploy a serverless API to AWS and build and deploy an Express.js application to AWS Lambda.
Godwin Ekuma
3 min read

Building a video on demand application using Gatsby and…

Amplify and AWS integrations easily communicate with the backend for video on demand services, allowing you to scaffold projects with minimal cost and effort.
Kumar Harsh
13 min read

How to set up a GraphQL API using Serverless…

Here, you can learn how to set up a serverless project using the Serverless Framework by building a sample GraphQL to-do API.
Brian Njenga
16 min read

Using Zappa and AWS Lambda to deploy serverless Django…

This tutorial explains the concept of implementing serverless architecture in a Django app using Zappa and Amazon Web Services (AWS) Lambda.
Oluwaseun Raphael Afolayan
4 min read

The best of both worlds: SSR with isomorphic JavaScript

CSR and SSR each have their own benefits and trade-offs. Learn how you can get the best of both worlds.
Martin McKeaveney
11 min read