retail-demo-store
retail-demo-store copied to clipboard
AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, ret...
*Issue #, if available:* N/A *Description of changes:* This PR contains four additions to the project to support integration with the AWS Customer 360 Data Hub project. These changes are...
*Issue #, if available:* Fixes #281 *Description of changes:* * Added `GO111MODULE=auto` flag to `stage.sh` to ensure forward and backward compatibility. * Enabled Go modules for the Lambda. By submitting...
Starting with Go `v.1.16`, Module-aware mode is enabled by default. More details about the Go changes can be found [here](https://golang.org/doc/go1.16#go-command). Even after running the specified `go get` commands, this change...
For SMS using Pinpoint, RDS Campaigns and workshop is setup to use a dedicated long code that the users can obtain using AWS pinpoint console. Starting **Feb 15**, Pinpoint has...
How can we set a short-code toll-free code to have the SMS layer working? I mean, changing to the Systems Manager parameter is not enough. Any other configuration needed to...
Customize ReplyTo Email Address used by Cognito for password reminder and verification code emails
Currently you need to manually modify Cognito settings so that password reminder or verification code email sender is correct. Cognito sends email from the following address : [email protected] is it...
Add support for deploying and/or displaying products from a specific set of categories in the Retail Demo Store UX. This will allow demos to be delivered that are restricted to...
The current user-personalization implementation in the project (i.e. "Inspired by your shopping trends" on the homepage) does not demonstrate the cold item (exploration) capabilities of the `aws-user-personalization` recipe. One way...
Hello, I am trying to create a demo video with retail store demo. I have a use case where I need to showcase - A scenario without AWS Personalize -...
Currently every lambda function has an identical `stage.sh` file in ach lambda directly, as the number of lambda functions grows this will become much harder to maintain if it ever...