Front-End Web & Mobile
Tag: databases
How to create a one-time password authentication flow using Amplify Flutter
AWS Amplify is a set of tools and services that enables mobile and front-end web developers to build secure, scalable full-stack applications powered by AWS. Amplify recently released a new enhancement for the authentication category to allow Flutter developers to set up custom authentication challenges using Amazon Cognito AWS Lambda triggers. This guide shows how to […]
Creating serverless GraphQL APIs from RDS databases with AWS AppSync and PostGraphile
August 21, 2024: We recommend using Amplify Gen 2 to connect your app to existing MySQL and PostgreSQL database. GraphQL is a query language for APIs that provides an understandable description of the data in your API, and that allows clients to ask for data in the shape that they need it. GraphQL helps developers […]