Week 49
December 8th to December 14th
Welcome to Week 49 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
Filtering GraphQL Subscriptions with Arguments with AWS Amplify & AWS AppSync
When working with real-time data in GraphQL, a very common use case is the need to filter subscriptions based on arguments (think about how a chat app works, where a chat room may subscribe to messages based on the room ID). In this video, you'll learn how to implement filtered GraphQL subscriptions using arguments with AWS Amplify and AWS AppSync.
Use Lambda resolvers in your GraphQL API with AWS Amplify
You want to update multiple tables generated from the @model directive. How would you do that? The answer: create a Lambda resolver that can access the tables and connect it to your Graphql mutation!
Zero-effort Container deployment for GraphQL and REST APIs and Web Hosting with Amplify CLI
With the new Amplify CLI release, we’re enabling front-end web and mobile customers to deploy their API (GraphQL & REST) or host their web apps using containers. You can bring your own Dockerfile or Docker Compose and Amplify CLI will automatically build, package and deploy your containers using AWS Fargate.