© 2023 Hashnode
#amplify
Starting AWS can be quite challenging for a developer as you need to learn which service is the most appropriate for your use case. This article will help especially frontend developers who want to ta…
Write code Commit only the files you’ve made changes to Amplify pull to fetch the latest changes in the Amplify backend (cloud) amplify pull Revert commit Amplify push Check you’re only updating functions you’re supposed to, nothing mo…
Amplify UI is an open-source UI library that brings the simplicity and extensibility of AWS Amplify to UI development. It consists of connected components that simplify complex workflows like authentication and dynamic data, primitive compo…
The goal is to create a backend that allows us to: Signup and login Create and manage posts through a GraphQL API Enable everyone (also unauthenticated users) to READ all posts Prevent users from editing posts by others We run the followi…