Skip to content

Commit 13a6ac6

Browse files
committed
fix
1 parent 780618e commit 13a6ac6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/@aws-cdk/aws-amplify-alpha/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -355,21 +355,16 @@ const amplifyApp = new amplify.App(this, 'MyApp', {
355355

356356
## Build Compute Type
357357

358-
You can specify the build compute type by setting the `buildComputeType` property:
358+
You can specify the build compute type by setting the `buildComputeType` property.
359+
360+
For more information, see [Configuring the build instance for an Amplify application](https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-instance.html).
359361

360362
```ts
361363
const amplifyApp = new amplify.App(this, 'MyApp', {
362364
buildComputeType: amplify.BuildComputeType.LARGE_16GB,
363365
});
364366
```
365367

366-
Available build compute types:
367-
- `STANDARD_8GB` - 4 vCPUs, 8 GiB Memory, 128 GB Disk space
368-
- `LARGE_16GB` - 8 vCPUs, 16 GiB Memory, 128 GB Disk space
369-
- `XLARGE_72GB` - 36 vCPUs, 72 GiB Memory, 128 GB Disk space
370-
371-
For more information, see [Configuring the build instance for an Amplify application](https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-instance.html).
372-
373368
## Deploying Assets
374369

375370
`sourceCodeProvider` is optional; when this is not specified the Amplify app can be deployed to using `.zip` packages. The `asset` property can be used to deploy S3 assets to Amplify as part of the CDK:

0 commit comments

Comments
 (0)