Skip to content

Commit 7f5241d

Browse files
authored
added indexes and other callouts
1 parent a2c137c commit 7f5241d

File tree

1 file changed

+7
-0
lines changed
  • src/pages/[platform]/deploy-and-host/sandbox-environments/setup

1 file changed

+7
-0
lines changed

src/pages/[platform]/deploy-and-host/sandbox-environments/setup/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@ You can use a personal cloud sandbox environment that provides an isolated devel
3535

3636
Cloud sandbox environments are not intended for production workloads.
3737

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.
43+
3844
</Callout>
3945

46+
4047
![How cloud sandbox environments work](/images/gen2/how-amplify-works/sandbox.png)
4148

4249
## Create a new sandbox environment

0 commit comments

Comments
 (0)