aws-serverless-ecommerce-platform
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...
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.
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.
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.
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...
This feature would add a guided tour in the documentation showcasing interesting pieces in the repo.
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...
Hello Nicolas, I am facing below error while trying to execute make command  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...