Skip to content

Commit

Permalink
added indexes and other callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilMaktala authored Feb 7, 2025
1 parent a2c137c commit 7f5241d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@ You can use a personal cloud sandbox environment that provides an isolated devel

Cloud sandbox environments are not intended for production workloads.

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.

Where supported, we use CDK hot swapping to speed deployment of resources such as Lambda functions and AppSync resolver templates.

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.

</Callout>


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

## Create a new sandbox environment
Expand Down

0 comments on commit 7f5241d

Please sign in to comment.