null

AWS Amplify

1 Series
8 Lessons
1h 25m

AWS Amplify is a back-end as a service offering provided by AWS targeted to allow rapid application development. It supports REST and GraphQL, authentication, and various other AWS services. It also has a visual builder called Amplify Studio.

Series.

Lessons.

Nov 11, 20

How To Use A Custom Domain in AWS Amplify with Route53

In this lesson, we'll be adding a custom domain to both our production and stage AWS Amplify builds using a Route53 hosted zone.

Amplify + Nuxt #7.0
・
Nov 04, 20

How To Deploy a Nuxt SPA to AWS Amplify for Production

We'll learn how to create and deploy an Amplify production environment so that our development data and production data are separate from one another.

Amplify + Nuxt #6.0
・
Oct 28, 20

How To Deploy A Nuxt SPA To AWS Amplify

In this lesson we cover how to deploy our Nuxt application as an SPA to AWS Amplify.

Amplify + Nuxt #5.0
・
Aug 25, 20

Implementing Our Private & Public Amplify GraphQL API In Our Nuxt App

In this lesson we'll be implementing the publicly and privately accessible GraphQL API that we created in the last lesson within our Nuxt project.

Amplify + Nuxt #4.0
・
Aug 20, 20

How To Add A Public And Private GraphQL API with AWS Amplify

In this lesson we cover how to add a GraphQL API with AWS Amplify consisting of both public and private endpoints.

Amplify + Nuxt #3.0
・
Aug 20, 20

Adding Register and Login Flows Using AWS Amplify in a Nuxt App

We continue with our Amplify authentication by implementing our login and register flows within our Nuxt app. We'll add registration, email confirmation, login, login, and session persisting.

Amplify + Nuxt #2.0
・
Aug 15, 20

How To Add Authentication Using AWS Amplify's Auth Class In A Nuxt App

In this lesson we'll go over how to add authentication to our Nuxt application using AWS Amplify. We'll also go over how to setup a Vuex store to interface with Amplify's Auth API.

Amplify + Nuxt #1.0
・
Aug 02, 20

How To Setup AWS Amplify in a New Nuxt Project

We go over how install the AWS Amplify CLI and configure it locally on our machine. We'll create a new Nuxt project using create-nuxt-app. Then lastly, we'll configure Amplify to our Nuxt project so the two can successfully communicate with one another.