aws-samples / aws-serverless-workshops

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
http://wildrydes.com
Apache License 2.0
4.17k stars 2.6k forks source link

Creating a Serverless Web Application, and running this command ( aws s3 cp s3://wildrydes-us-east-1/WebApplication/1_StaticWebHosting/website ./ --recursive ). #354

Open shivangipadhy opened 3 months ago

shivangipadhy commented 3 months ago

aws s3 cp s3://wildrydes-us-east-1/WebApplication/1_StaticWebHosting/website ./ --recursive

THE ERROR :: fatal error: An error occurred (403) when calling the ListObjectsV2 operation: Forbidden

DOCUMENTATION :: https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/module-1/

PART 3 OF MODULE 1