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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,15 @@ You can use a personal cloud sandbox environment that provides an isolated devel
35
35
36
36
Cloud sandbox environments are not intended for production workloads.
37
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.
0 commit comments