serverless-ecommerce-workshop icon indicating copy to clipboard operation
serverless-ecommerce-workshop copied to clipboard

A workshop to learn how to create a simple serverless e-commerce and deploying it on AWS

Results 2 serverless-ecommerce-workshop issues
Sort by recently updated
recently updated
newest added

## Problem I am referring to the section "Local testing" in Lesson 4. When I tried to run the command: ``` sam build beta-features ``` I encountered the following error:...

## Problem I am referring to this page: https://github.com/fourTheorem/serverless-ecommerce-workshop/tree/main/lessons/01-deploying-the-frontend When I tried to run this command under the "Bucket policies" section: ```sh aws s3api put-bucket-policy --bucket $FRONTEND_BUCKET --policy file://policy.json ```...