jawad rahimjawaddev.hashnode.net·Aug 13, 2022How to push your Lambda function into Amplify + NextJs MonoRepoWrite 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 more Add onl...Discuss·41 readsAWS
Vishnu PforDelighteck Blogdelighteck.hashnode.net·Feb 20, 2023Create a NextJS project for our BakeryWe aim to convert a subscriber to a Customer, see each product view count and track the sales as well. npx create-next-app favourite-bakery Need to install the following packages: create-next-app@13.1.6 Ok to proceed? (y) y √ Would you like to use...Discuss·52 readsBuild with AWS AmplifyAWS
Robertrobert.hashnode.net·Mar 2, 2020Multiple Authentication Types in AWS AmplifyThe 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 following command...Discussamplify
Vishnu PforDelighteck Blogdelighteck.hashnode.net·Feb 20, 2023Create a NextJS project for our BakeryWe aim to convert a subscriber to a Customer, see each product view count and track the sales as well. npx create-next-app favourite-bakery Need to install the following packages: create-next-app@13.1.6 Ok to proceed? (y) y √ Would you like to use...Discuss·52 readsBuild with AWS AmplifyAWS
Abdulmajid Adesokandijam.hashnode.net·Aug 18, 2022Building a frontend with authentication using React, Amplify and CognitoStarting 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 take advantage of what AWS offers and significantly ...Discuss·164 readsAWS
jawad rahimjawaddev.hashnode.net·Aug 13, 2022How to push your Lambda function into Amplify + NextJs MonoRepoWrite 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 more Add onl...Discuss·41 readsAWS
Robertrobert.hashnode.net·Mar 2, 2020Multiple Authentication Types in AWS AmplifyThe 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 following command...Discussamplify