You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(smus): Add Project Space management functionality (aws#2190)
## Problem
SMUS users need Project Space management functionality
## Solution
- Add SageMakerUnifiedStudioSpaceNode for individual space
representation
- Add SageMakerUnifiedStudioSpacesParentNode for space container
management
- Add SagemakerSpace class for unified space operations and status
management
- Enhance SageMaker credential mapping with SMUS project support
- Add space-specific icons and detached server credential resolution
- Update SageMaker commands and model types for space functionality
- Added test cases.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
###Note: Due to lot of constriants - I apologies that I had to raise
such a big PR.
Co-authored-by: guntamb <[email protected]>
"AWS.command.stepFunctions.createStateMachineFromTemplate": "Create a new Step Functions state machine",
@@ -483,6 +484,5 @@
483
484
"AWS.toolkit.lambda.walkthrough.step1.description": "Locally test and debug your code.",
484
485
"AWS.toolkit.lambda.walkthrough.step2.title": "Deploy to the cloud",
485
486
"AWS.toolkit.lambda.walkthrough.step2.description": "Test your application in the cloud from within VS Code. \n\nNote: The AWS CLI and the SAM CLI require AWS Credentials to interact with the cloud. For information on setting up your credentials, see [Authentication and access credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). \n\n[Configure credentials](command:aws.toolkit.lambda.walkthrough.credential)",
486
-
"AWS.toolkit.lambda.serverlessLand.quickpickTitle": "Create application with Serverless template",
487
-
"AWS.command.smus.signout": "Sign Out"
487
+
"AWS.toolkit.lambda.serverlessLand.quickpickTitle": "Create application with Serverless template"
0 commit comments