Week 22
June 3rd to June 9th
Welcome to Week 22 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
Creating reusable abstractions with Amplify and React hooks
This article showcases React architectural patterns that abstract away the external services used under the hood. In other words, should your React components really need to know that you are using Amplify?
Introduction to Lambda Resolvers
This is an introduction to @function directive which makes it easy to hook-up lambda resolvers to your GraphQL API.
Build a Post activity log using React & AWS Amplify
In this tutorial, we’ll walkthrough how to create an activity log using AWS Amplify, GraphQL & React.
Adding Drop-In Authentication to Your Android Apps with AWS Amplify
This project is intended to be a boilerplate React implementation of AWS Amplify auth that shows how easy it is to create a basic web app with protected routes using Amplify and React Context.
Multiple Authorization methods in a single GraphQL API with AWS AppSync
If you’re using GraphQL, wouldn’t it be great if you could easily define different authorization modes for you application data at the type, field or operation level directly in your schema instead of having a single global authorization mode for an API? What if you could have different types of authorization providers for different parts of your schema?