Skip to content

Commit b2b601f

Browse files
authored
removed the callout tag
1 parent b496890 commit b2b601f

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,14 @@ export function getStaticProps(context) {
3131

3232
You can use a personal cloud sandbox environment that provides an isolated development space to rapidly build, test, and iterate on a fullstack app. Each developer on your team can use their own disposable sandbox environment connected to cloud resources.
3333

34-
<Callout>
3534

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.
35+
**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.
3736

3837
However, certain operations cannot be hot-swapped and require resource recreation to proceed:
3938

4039
- **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.
4140
- **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.
4241

43-
</Callout>
4442

4543

4644
![How cloud sandbox environments work](/images/gen2/how-amplify-works/sandbox.png)

0 commit comments

Comments
 (0)