Skip to content

Commit

Permalink
Merge branch 'main' into codeartifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn authored Oct 9, 2024
2 parents 2349268 + 1817c14 commit e5b39ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aws-redshiftserverless/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Constructs for the Amazon Redshift Serverlss
Constructs for the Amazon Redshift Serverless

# Redshift Serverless CDK Construct

Expand Down Expand Up @@ -28,7 +28,7 @@ const vpc = new ec2.Vpc(stack, 'MyVpc');

The environment-agnostic stacks will be created with access to only 2 AZs (Ref: [`maxAzs` property docs](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#maxazs))

For more infomation about Redshift Serverles's limitations, see [Considerations when using Amazon Redshift Serverless](https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-usage-considerations.html).
For more information about Redshift Serverless's limitations, see [Considerations when using Amazon Redshift Serverless](https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-usage-considerations.html).

### Basic Example

Expand Down

0 comments on commit e5b39ea

Please sign in to comment.