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
fix FileNotFoundError for entry_point without source_dir (aws#510)
* fix FileNotFoundError when user provides an entry_point but no source_dir
* update docstring
* bump version to 1.15.2
* fix integ tests failing due to breaking ExecuteUserScriptError change