sagemaker-run-notebook
sagemaker-run-notebook copied to clipboard
Support china regions
A domain for sts endpoint in china regions should be added in this method:
def _domain_for_region(region): return "c2s.ic.gov" if region == "us-iso-east-1" else "amazonaws.com"
Also each arn in code colud be also arn:aws-cn:........