Week 31
August 5th to August 11th
Welcome to Week 31 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
AWS Amplify beyond the quickstart
Tips & tricks to integrate amplify in a real-world project
Lambda Triggers & Read-Only Permissions with AWS Amplify
In this tutorial, you are going to learn how you can trigger a Lambda function on authentication events with AWS Amplify. We are going to add users to a group to make specific data read-only for everyone but its owner.
Developing and testing GraphQL APIs, Storage and Functions with Amplify Framework Local Mocking features
With the new Amplify local mocking environment, we want to deliver a great experience to developers using the Amplify Framework. Now you can quickly spin up local resources, test, prototype, debug and generate code with open source tools, work on the front-end and create your fullstack serverless application with GraphQL APIs, Serverless functions, NoSQL databases and object storage in no time.
GraphQL Recipes - Building APIs with GraphQL Transform
Reusable annotated GraphQL schemas that can be used to deploy popular types of applications.
Testing Serverless AWS AppSync GraphQL APIs with AWS Amplify - Quick Start
In this video, I show a quick intro to testing serverless GraphQL APIs using the new testing feature.
Pagination & Sorting with AWS Amplify
Building a group chat app with AWS Amplify & AppSync