Magic Link Authentication and Route Controls with Supabase and Next.js
In this post, we'll build out a Next.js app that enables navigation, authentication, authorization, redirects (client and server-side), and profile.
Jul 13, 20219 min read682

Search for a command to run...
Articles tagged with #serverless
In this post, we'll build out a Next.js app that enables navigation, authentication, authorization, redirects (client and server-side), and profile.

How to create & query images and files using GraphQL with AWS AppSync, AWS Amplify, and Amazon S3 Storing and querying for files like images and videos is a common requirement for most applications, but how do you do this using GraphQL? One option w...

How to deploy serverless GraphQL APIs with custom Lambda resolvers using AWS Amplify and AWS AppSync The Amplify CLI recently added support for deploying Lambda GraphQL resolvers directly from your Amplify environment. Lambda function resolvers allow...
