James Jory
James Jory
Updates to orders are currently not being persisted to a durable datastore. This task would add DDB as the datastore back-end for orders. The products service can be used as...
Add ECS task auto scaling policy to services to allow them to scale in/out based on CPU. The purpose of this task is to demonstrate how auto-scaling can be configured...
There is currently a placeholder notebook for a Forecast workshop. This workshop needs to be completed.
Add support for a store location entity, associate inventory to store location(s), integrate locations into the web UI (search by location, check inventory at location, etc), support fulfillment by pickup...
Authn is already implemented for the web UI using Cognito. However, authz has not been added to the web services (products, carts, orders, users, recommendations, etc). For this issue, RBAC...
To make the ETL process more instructional, consider reimplementing as a notebook.
Personalize batch recommendations did not exist when this workshop was originally created. Look at using batch recommendations to update profiles in Personas as an alternative to the current real-time update....
*Issue #, if available:* Closes #527 *Description of changes:* - Added `INACTIVE` to list of status values that are safe to delete for recommender resource type. Note: this is unique...
There are several Lambda functions that use old(er) python runtimes (3.8, 3.9, 3.10, and 3.11). Support for python3.7 was recently dropped from the Lambda runtime which broke new deployments for...
Ran into some corner cases when deleting the Retail Demo Store stack - If a Personalize recommender is in an `INACTIVE` state (i.e., stopped), the delete logic will raise an...