Week 1
January 7th to January 13th
Welcome to Week 1 of the AWS Amplify newsletter - a weekly roundup of the articles, podcasts, and videos that are relevant to developers who utilize the AWS platform for building great mobile and modern web applications.
Latest Posts
Build an Object Detection App Using Amazon Rekognition, Amplify, and SwiftUI
There are many ways of integrating machine learning into an iOS app. Apple even offers Core ML to train our own models and get predictions that run on an iOS device. However, instead of worrying about training our own models and a lot of factors, there are cloud services that we can access easily to get the desired predictions. Amazon Rekognition is one of those cloud services making it easy to identify objects, text, and people, among other possibilities.
Flutter Database Storage with AWS Amplify DataStore
Kilo Loco goes over the CRUD (Create, Read, Update, Delete) operations of AWS Amplify DataStore with Flutter and Dart. This Flutter tutorial covers creating a data model in the Amplify Admin UI, implementing Amplify into a Flutter project, and the implementation of the core DataStore operations.
Next JS, AWS Amplify and Amazon Cognito for OAuth Authentification
A step-by-step guide for implementing a social authentification in Next JS with AWS Amplify and Cognito. A login button for Facebook, Google, Amazon, or Apple for your NextJS applications or websites.