-
Notifications
You must be signed in to change notification settings - Fork 322
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
[Feature Request] Support deployment from SageMaker Code Editor #479
Comments
Memo: need to verify using SageMaker Studio Code Editor. |
The error occurs due to the missing --network sagemaker flag. For more details, please refer to this link: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-local.html
|
Refactoring guideline to support sagemaker studio
|
Describe the solution you'd like
As we know, Cloud9 is now deprecated and SageMaker Studio Code Editor is one of the alternative as platform to edit and deploy bedrock claude chat. However, I cannot execute
cdk deploy
because of the following error.I am not sure this error is cause by SageMaker environment (cannot fix ) or not, but it will be nice if we can avoid this error by modifying the code.
Why the solution needed
Can execute
cdk deploy
from SageMaker Code Editor environment.Additional context
Implementation feasibility
Are you willing to discuss the solution with us, decide on the approach, and assist with the implementation?
The text was updated successfully, but these errors were encountered: