We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove all hardcoded references to the :aws: partition.
:aws:
Typically they would be referenced in the modulestack.yaml and stack.py (if python based). No need to modify unittests.
Some examples of modules that need to be refacotred:
The text was updated successfully, but these errors were encountered:
#222 partially handled this, the following modules should now work in other partitions:
fmops/sagemaker-jumpstart-fm-endpoint
sagemaker/sagemaker-endpoint
sagemaker/sagemaker-notebook
sagemaker/sagemaker-studio
The following are missing services (and can't be supported):
fmops/bedrock-finetuning
sagemaker/sagemaker-model-monitoring
sagemaker/sagemaker-model-package-group
The rest need a bit more work.
Sorry, something went wrong.
clokep
No branches or pull requests
Remove all hardcoded references to the
:aws:
partition.Typically they would be referenced in the modulestack.yaml and stack.py (if python based). No need to modify unittests.
Some examples of modules that need to be refacotred:
The text was updated successfully, but these errors were encountered: