From 8dfb389804cfeeef5e24c15b1fbc1032ada000f5 Mon Sep 17 00:00:00 2001 From: Igor Radovanov Date: Sat, 19 Apr 2025 21:48:08 +0200 Subject: [PATCH] Update CdkStack.cs Fixes small typo in function doctype --- cloudfront-waf-s3-cdk/src/CdkStack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudfront-waf-s3-cdk/src/CdkStack.cs b/cloudfront-waf-s3-cdk/src/CdkStack.cs index 47709a898..adffe2287 100644 --- a/cloudfront-waf-s3-cdk/src/CdkStack.cs +++ b/cloudfront-waf-s3-cdk/src/CdkStack.cs @@ -114,7 +114,7 @@ internal CdkStack(Construct scope, string id, IStackProps props) : base(scope, i } ); - //Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect requet to index.html. + //Observe index.html in the url. If we want to auto route to index.html then we can use CloudFront function to redirect request to index.html. new CfnOutput( this, "CloudFront URL",