Week 30
July 29th to August 4th
Welcome to Week 30 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
Simple Static Website creating with Hugo and Deploying with Amplify Console
The fastest create /deploy procedure for static website.
Infrastructure as Code in the Era of GraphQL and Full Stack Serverless
Today we can clone and deploy full stack applications by leveraging a new paradigm of infrastructure as code that allows us to deploy both the front end and back end code. Learn how in this post.
Password Protected Deployments with the Amplify Console
In this video you'll learn how to deploy an application to AWS using the Amplify Console and add password protection for custom access control.
Testing Lambda Functions (feat. Amplify)
You are going to learn how to write unit tests for Lambda functions. We are going to write integration tests, too, and use test-driven development to write our tests. We will break our express app into small modules to make its units composable and testable.
Amplify Framework adds the new Predictions Category
In this blog, we’ll talk about the new Predictions category in Amplify Framework. We will build a working React.js app with Machine learning capabilities.
AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 3 [Mutations]
In this post, we'll take a quick look at how we can provide type safety to GraphQL operations, namely mutations.