From 1817c14c5d29b979c3e31789da036d89d5e09220 Mon Sep 17 00:00:00 2001 From: maki Date: Mon, 7 Oct 2024 23:59:03 +0900 Subject: [PATCH] docs(aws-redshiftserverless): fix typo in readme (#56) --- src/aws-redshiftserverless/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aws-redshiftserverless/README.md b/src/aws-redshiftserverless/README.md index 952c1dc..7eccd50 100644 --- a/src/aws-redshiftserverless/README.md +++ b/src/aws-redshiftserverless/README.md @@ -1,4 +1,4 @@ -Constructs for the Amazon Redshift Serverlss +Constructs for the Amazon Redshift Serverless # Redshift Serverless CDK Construct @@ -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