Skip to content

Commit 7b227a9

Browse files
authored
sandbox env additional callouts
1 parent 7f5241d commit 7b227a9

File tree

1 file changed

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

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@ You can use a personal cloud sandbox environment that provides an isolated devel
3333

3434
<Callout>
3535

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.
4340

4441
</Callout>
4542

0 commit comments

Comments
 (0)