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

There's been a ton of improvements like event handler, Idempotency, AppConfig support in Parameters for feature flags, etc. :) Adding on behalf of Nico for Nico!

After running the 'make setup-cloud9' and 'make setup' script, running the 'make all' script, the setup fails during the integration tests: [*] \033[0;96mtests-integ delivery-pricing\033[0m make[3]: Entering directory `/home/ec2-user/environment/aws-serverless-ecommerce-platform/delivery-pricing' make[3]: Leaving...

Now that [Step Functions supports Synchronous Express Workflows](https://aws.amazon.com/blogs/compute/new-synchronous-express-workflows-for-aws-step-functions/), there is an opportunity to replace the CreateOrder function with Step Functions.

service:orders

With the [announcement of code signing for AWS Lambda](https://aws.amazon.com/about-aws/whats-new/2020/11/announcing-code-signing-a-trust-and-integrity-control-for-aws-lambda/), this would make a good addition here.

tools

Now that [CodeBuild supports test coverage](https://aws.amazon.com/about-aws/whats-new/2020/07/aws-codebuild-supports-code-coverage-reporting/), we should add that as part of the CI/CD pipeline.

tools

When deploying payment module (`make all-payment`), there is an error in cloudwatch logs for the **payment-onCreatedFunction**: ``` [ERROR] KeyError: 'paymentToken' Traceback (most recent call last): File "/var/task/main.py", line 43, in...

bug
service:orders

This feature would add a guided tour in the documentation showcasing interesting pieces in the repo.

enhancement
docs

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.7 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...

dependencies
javascript

Hello Nicolas, I am facing below error while trying to execute make command ![image](https://user-images.githubusercontent.com/88866737/187374337-1ebce61e-245b-4876-891c-dfa1a3a7813b.png) I have already installed chocolatey and python in my local computer. Could you please guide how...

Hi Nicolas, Could you please help me understand how do I reproduce the same on AWS. 1. Do I need to store the code in AWS code commit and create...