Skip to content

Commit b496890

Browse files
authored
updated callout
1 parent 7b227a9 commit b496890

File tree

1 file changed

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

1 file changed

+6
-4
lines changed

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

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

3434
<Callout>
3535

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.
36+
Cloud sandbox environments are designed for development purposes and are not intended for production workloads. To accelerate deployments, Amplify utilizes **CDK hot swapping** where supported, enabling rapid updates to resources such as Lambda functions and AppSync resolver templates without requiring a full redeployment.
37+
38+
However, certain operations cannot be hot-swapped and require resource recreation to proceed:
39+
40+
- **DynamoDB GSI Operations:** In sandbox environments (but not in production), modifying or deleting a Global Secondary Index (GSI) is a time-intensive process. To simplify this, Amplify drops and recreates the table instead of modifying the index.
41+
- **Cognito User Pool Changes:** Unsupported modifications, such as deleting a required field, result in Amplify dropping and recreating the user pool to ensure a consistent and functional configuration.
4042

4143
</Callout>
4244

0 commit comments

Comments
 (0)