Reader small image

You're reading from  Rapid Application Development with AWS Amplify

Product typeBook
Published inJul 2021
Reading LevelIntermediate
PublisherPackt
ISBN-139781800207233
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Adrian Leung
Adrian Leung
author image
Adrian Leung

Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Business and Organisational Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers. Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance.
Read more about Adrian Leung

Right arrow

Signing in and out of the ReactJS app

We have got the authentication working locally, but does it work when we deploy it to the internet? Let's find out! In this section, we will show you how to deploy the app to an environment with AWS Amplify hosting:

  1. If you haven't added hosting to the Amplify project yet, you can call the amplify add hosting and amplify push commands beforehand. Let's call the amplify publish command in the terminal to publish the ReactJS app to the cloud. This will generate a publicly accessible URL:
    amplify publish
    ✔ Successfully pulled backend environment dev from the cloud.
    Current Environment: dev
    | Category | Resource name      | Operation | Provider plugin   |
    | -------- | ------------------ | --------- | ----------------- |
    | Api      | reactjsapp         | No Change | awscloudformation |
    | Hosting  | amplifyhosting...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Rapid Application Development with AWS Amplify
Published in: Jul 2021Publisher: PacktISBN-13: 9781800207233

Author (1)

author image
Adrian Leung

Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Business and Organisational Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers. Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance.
Read more about Adrian Leung