You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of the workshops have code/routines that could be moved into a shared modules to improve maintainability, reusability, and streamline the workshop code.
Copy/port rebuild_webui_service from src/aws-lambda/personalize-pre-create-campaigns/personalize-pre-create-campaigns.py so that any workshop can trigger a rebuild and redeploy of the web-ui. For example, after updating a SSM parameter value that is used by web-ui.
The Experimentation workshops have similar/duplicate code for creating experiment configs, simulating experiments, calculating sample sizes, etc that could be factored into a module.
The Personalization workshop has a function for generating interaction history that could be moved out of the workshop and into module.
The text was updated successfully, but these errors were encountered:
Several of the workshops have code/routines that could be moved into a shared modules to improve maintainability, reusability, and streamline the workshop code.
rebuild_webui_service
fromsrc/aws-lambda/personalize-pre-create-campaigns/personalize-pre-create-campaigns.py
so that any workshop can trigger a rebuild and redeploy of the web-ui. For example, after updating a SSM parameter value that is used by web-ui.The text was updated successfully, but these errors were encountered: