You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/console/adminui/start.mdx
+43-10Lines changed: 43 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,34 @@ AWS Amplify Studio is a visual development environment for building fullstack we
7
7
8
8
Amplify Studio is available in the following regions: [Amplify Studio service endpoints](https://docs.aws.amazon.com/general/latest/gr/amplify.html#amplifyadmin_region).
9
9
10
-
## Get started with Amplify Studio
10
+
## Quick Start Guide
11
11
12
12
<BlockSwitcher>
13
13
14
-
<Blockname="Get started without an AWS account">
14
+
<Blockname="Build without an AWS account">
15
15
16
-
If you are new to AWS, you don't need an AWS account to get started. Visit the [Amplify Studio Sandbox](https://sandbox.amplifyapp.com/), where you can build and test your data model, and build React forms, all without logging into AWS.
16
+
If you are new to AWS, you don't need an account to get started. Visit the [Amplify Studio Sandbox](https://sandbox.amplifyapp.com/), where you can model your data and build React forms, all without logging into AWS.
If you already have an AWS account, you can begin using all of Amplify Studio's features. After you deploy a backend in Amplify, you can launch Studio from your Amplify project. [Your entire team can use Studio](access-management/#to-invite-team-members-to-access-a-project) to add new features, update app data, and manage users and groups.
26
+
To use all of Amplify Studio's functionality, you will need an AWS account. You can take advantage of the [AWS free tier]("https://aws.amazon.com/free") to get started with no cost.
If you already have an AWS account, you can begin using all of Amplify Studio's features. [Log into the AWS console]("https://console.aws.amazon.com/console/home"), and click the button below to create a new project in Amplify Studio
27
37
28
-
To start using Studio, create a new project in Amplify
@@ -39,16 +48,39 @@ Next, follow these steps to deploy and launch Amplify Studio:
39
48
40
49
</BlockSwitcher>
41
50
42
-
### Log into Studio
43
-
If you have an existing Amplify project with Studio already provisioned, you can log into Studio via the following steps:
44
-
1. Navigate to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
51
+
## Logging In and Creating an App
52
+
53
+
### Log into the Amplify Console
54
+
The Amplify Console is where you build, manage, and host your Amplify applications. To log in, take the following steps:
55
+
1.[Log into the AWS console]("https://console.aws.amazon.com/console/home")
56
+
1. Search for **AWS Amplify** in the console
57
+
1. Select **AWS Amplify** to open the Amplify Console
58
+
59
+
Alternatively, [click here to go straight to the Amplify Console]("https://console.aws.amazon.com/amplify/home")
60
+
61
+
### Create a new Studio app
62
+
To create a new Studio app, first log into the [Amplify Console]("https://console.aws.amazon.com/amplify/home"). Once you've logged in, you can create a new app using the following steps:
63
+
64
+
*If you have no apps in this region...*
65
+
1. Scroll to the bottom of the page
66
+
1. In the Amplify Studio section, select ["Get started"]("https://console.aws.amazon.com/amplify/home?#/deploy-backend")
67
+
1. Name your app, and select **Confirm Deployment**
68
+
69
+
*If you already have apps in this region...*
70
+
1. Select **New app** in the upper right-hand corner
71
+
1. Select **Build an app** from the dropdown menu
72
+
1. Name your app, and select **Confirm Deployment**
73
+
74
+
### Launch Studio
75
+
To launch Amplify Studio for your app, take the following steps:
76
+
1. Log into the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
45
77
1. Select your app from the list of apps
46
78
1. Select the **Backend environments** tab
47
79
1. Select **Launch Studio**
48
80
49
81
<Calloutinfo>
50
82
51
-
Is your app missing from the list? Make sure the correct region is selected in the upper right-hand corner
83
+
**Is your app missing from the list?** Make sure the correct region is selected in the upper right-hand corner
52
84
53
85
</Callout>
54
86
@@ -68,3 +100,4 @@ If you have [created a new Amplify project through the CLI](/cli/start/workflows
68
100
You are ready to start creating and managing your application's backend in Amplify Studio. Recommended next steps:
69
101
*[Build a data model](/console/data/data-model)
70
102
*[Create UI components in Figma](/console/uibuilder/figmatocode/)
103
+
*[Invite your team members to collaborate](access-management/)
0 commit comments