James Jory

Results 27 issues of 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...

enhancement
help wanted

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...

enhancement
deployment

There is currently a placeholder notebook for a Forecast workshop. This workshop needs to be completed.

enhancement
workshop

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...

enhancement

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...

enhancement

To make the ETL process more instructional, consider reimplementing as a notebook.

enhancement

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....

enhancement

*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...

deployment
dependencies

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...

bug
deployment