From cd1dd1199a6d4b1990a8b0d84f3c79f5d785f471 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Fri, 24 Nov 2023 13:54:49 +0530 Subject: [PATCH] fix markdown formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7251b4..070aa93 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ We are using the following AWS services and their features to build our infrastr - [API Gateway](https://docs.localstack.cloud/user-guide/aws/apigatewayv2/) to expose the Lambda functions to the user through HTTP APIs. - [Cognito User Pools](https://docs.localstack.cloud/user-guide/aws/cognito/) for creating an identity pool to generate signed url for S3. - [Cloudfront](https://docs.localstack.cloud/user-guide/aws/cloudfront/) to serve frontend content. -- [S3] (https://docs.localstack.cloud/user-guide/aws/s3/) to store files for the frontend build. +- [S3](https://docs.localstack.cloud/user-guide/aws/s3/) to store files for the frontend build. ## Prerequisites