aws-samples / sagemaker-studio-lifecycle-config-examples

MIT No Attribution
78 stars 51 forks source link

add-lcc-script.sh hard-codes us-east-2 region #32

Closed athewsey closed 1 year ago

athewsey commented 1 year ago

The add-lcc-script.sh example script parameterizes the script name, filename, script type etc, but hard-codes the us-east-2 region - which is confusing for users (we spent some time not figuring out why our scripts were appearing in console!)

Please make the region another config variable at the top of the script! 😄

durgasury commented 1 year ago

Closing this issue after merging PR #33