-
Notifications
You must be signed in to change notification settings - Fork 90
partitions(aws-cn, us-gov) support #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We are using below workaround for reference, from stepfunctions.steps.fields import Field
attrs=getattr(step, ‘fields’)
attrs[Field.Resource.value]=‘arn:aws-cn:states:::glue:startJobRun.sync’
setattr(step, ‘fields’, attrs) |
Noted. Thanks for raising this! Setting |
How test the fixed version, same issue as previous experienced in cn-north-1. |
Got it. |
All resources of task are hard code partition
aws
. The partition info should be fetched from boto3 client.The text was updated successfully, but these errors were encountered: