aws-samples / retail-demo-store

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, retail, and digital marketing use-cases
MIT No Attribution
726 stars 515 forks source link

Fix products service errors when creating/updating product #524

Closed gfaires closed 11 months ago

gfaires commented 11 months ago

Issue #, if available: Integration tests fail on put/post products Description of changes: Fixed a typo and a function that was called without passing through a boolean parameter. Also removed USERS_SERVICE config parameters, which are not used. Description of testing performed to validate your changes (required if pull request includes CloudFormation or source code changes): Performed POST / PUT operations locally

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.