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
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,24 @@ 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 without an AWS account
10
+
## Get started with Amplify Studio
11
+
12
+
<BlockSwitcher>
13
+
14
+
<Blockname="Get started without an AWS account">
11
15
12
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.
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 to add new features, update app data, and manage users and groups.
24
+
<Blockname="Get started with your AWS account">
25
+
26
+
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.
17
27
18
-
### New Amplify project
19
28
To start using Studio, create a new project in Amplify
@@ -26,6 +35,10 @@ Next, follow these steps to deploy and launch Amplify Studio:
26
35
1. After your app deployment is complete, select the **Backend environments** tab.
27
36
1. Select **Launch Studio**. This automatically launches Amplify Studio in a new tab.
28
37
38
+
</Block>
39
+
40
+
</BlockSwitcher>
41
+
29
42
### Log into Studio
30
43
If you have an existing Amplify project with Studio already provisioned, you can log into Studio via the following steps:
31
44
1. Navigate to the [AWS Amplify Console](https://console.aws.amazon.com/amplify/home)
@@ -40,7 +53,7 @@ Is your app missing from the list? Make sure the correct region is selected in t
40
53
</Callout>
41
54
42
55
### Add Studio to an existing project
43
-
If you create a new Amplify project through the CLI, Studio will need to be activated before it can be launched. Use the following steps:
56
+
If you have [created a new Amplify project through the CLI](/cli/start/workflows/#initialize-new-project), Studio will need to be activated before it can be launched. Use the following steps:
44
57
1. Navigate to the [AWS Amplify Console]("https://console.aws.amazon.com/amplify/home")
45
58
1. Select your app from the list of apps
46
59
1. Select the **Backend environments** tab
@@ -49,6 +62,7 @@ If you create a new Amplify project through the CLI, Studio will need to be acti
49
62
1. After Studio has been successfully provisioned, navigate back your app's information page
50
63
1. Select **Launch Studio** to open Studio in a new browser tab
51
64
65
+
52
66
## Next steps
53
67
54
68
You are ready to start creating and managing your application's backend in Amplify Studio. Recommended next steps:
0 commit comments