Skip to content

Commit

Permalink
rename sandbox (#7533)
Browse files Browse the repository at this point in the history
* rename sandbox

* Update index.mdx
  • Loading branch information
aspittel authored May 8, 2024
1 parent 6bd3baf commit f6c1bcb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { getCustomStaticPath } from '@/utils/getCustomStaticPath';

export const meta = {
title: 'Local development',
description: 'Set up a cloud sandbox environment on your machine.',
title: 'Use cloud sandbox in dev environment',
description: 'Set up a cloud sandbox environment you can use with your frontend dev environment.',
platforms: [
'android',
'angular',
Expand All @@ -28,7 +28,7 @@ export function getStaticProps(context) {
};
}

Amplify gives every developer a personal cloud sandbox environment that provides isolated development spaces to rapidly build, test, and iterate on a fullstack app. You and each developer on your team gets their own disposable sandbox environment connected to cloud resources.
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.

<Callout>

Expand Down

0 comments on commit f6c1bcb

Please sign in to comment.