diff --git a/README.md b/README.md index ef911c67f..13fed50e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # React-shop-cloudfront +This is the omarlin benzan task 2 , please take a look + +CloudFront App URL: https://d2eglauwe1srlx.cloudfront.net + +S3 buckep app URL: http://myshop-omarlin.s3-website.us-east-2.amazonaws.com + + + + + This is frontend starter project for nodejs-aws mentoring program. It uses the following technologies: - [Vite](https://vitejs.dev/) as a project bundler diff --git a/serverless.yml b/serverless.yml index 69e529412..a4b849753 100644 --- a/serverless.yml +++ b/serverless.yml @@ -19,7 +19,7 @@ plugins: custom: client: - bucketName: my-store-app + bucketName: myshop-omarlin distributionFolder: dist s3BucketName: ${self:custom.client.bucketName}