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/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,10 @@ You can use a personal cloud sandbox environment that provides an isolated devel
33
33
34
34
<Callout>
35
35
36
-
Cloud sandbox environments are not intended for production workloads.
37
-
38
-
DynamoDB GSI operations are long-running. Therefore in a sandbox, when a customer deletes or modifies an index on a DynamoDB table, we drop the table and recreate it rather than modifying the GSI.
39
-
40
-
Where supported, we use CDK hot swapping to speed deployment of resources such as Lambda functions and AppSync resolver templates.
41
-
42
-
When the customer makes an unsupported change to their Cognito User Pool (e.g., deleting a required field), we drop the user pool and recreate it.
36
+
-**Cloud sandbox environments** are intended for development purposes and are not designed for production workloads.
37
+
-**DynamoDB GSI operations** are time-consuming, so when you delete or modify an index in a sandbox, Amplify drops and recreates the table instead of modifying the GSI.
38
+
-**CDK hot swapping** is used where supported to accelerate the deployment of resources such as Lambda functions and AppSync resolver templates.
39
+
-**Cognito User Pool changes:** If you make an unsupported change, such as deleting a required field, Amplify drops and recreates the user pool in the sandbox environment.
0 commit comments