aws-serverless-ecommerce-platform icon indicating copy to clipboard operation
aws-serverless-ecommerce-platform copied to clipboard

Serverless Ecommerce Platform is a sample implementation of a serverless backend for an e-commerce website. This sample is not meant to be used as an e-commerce platform as-is, but as an inspiration o...

Results 34 aws-serverless-ecommerce-platform issues
Sort by recently updated
recently updated
newest added

Some of the validate_true functions actually return false in some of the test cases and should be renamed for clarity. By submitting this pull request, I confirm that you can...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Issue #, if available:* #199 *Description of changes:* Added _lint_ command in lint_openapi() method. Valid usage in [current documentation](https://github.com/wework/speccy#usage) is `speccy lint` . By submitting this pull request, I confirm...

Is there any frontend example that interacts with this platform?

Hi, I met this error while running "make all". "sless_ec" is the root folder. -------------------------------------------------------------------------------------------------------------------------------------------------------------------- [*] tests-integ orders make[3]: Entering directory '/home/ubuntu/sless_ec/orders' ============================= test session starts ============================== platform linux --...

Hello, Today, I wanted to reproduce this example on my AWS account following the repository guide. After fighting me a little with the installation of the dependencies, I have executed:...

Valid usage is `speccy lint [options]`, isn't it? After adding `lint`, I get the expected output. https://github.com/aws-samples/aws-serverless-ecommerce-platform/blob/efee84c85f2bcde05e81e4f3fdda8f3f6b8c6522/tools/lint#L74

Make all the Lambda functions use Arm64 instead of x86_64.

good first issue
help wanted

I've created my environment with `make setup` a week ago, today I got the following build error after a `make clean`: ``` ERROR: pip's dependency resolver does not currently take...

AWS uses retry to perform fault tolerance. To ensure correctness under retry, functions should be idempotent (AWS lambda requires that users should write [idempotent functions](https://aws.amazon.com/premiumsupport/knowledge-center/lambda-function-idempotent/). However, the function [`create_order`](https://github.com/aws-samples/aws-serverless-ecommerce-platform/blob/f504690fbbb9ff0335723bdc231bca97fb1a5db2/orders/src/create_order/main.py#L273-L284) is...

help wanted