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
Problem:
Related to aws-toolkit-vscode-staging#1058, there's a need for enterprises to establish a
default customization for onboarding developers
based on their need or role.
Solution:
Provide the ability to define the customization ARN to use after connecting
to CodeWhisperer through the `aws.codeWhisperer.connect` command,
along side other customization details.
Shortcut command to directly connect to Identity Center or prompt start URL entry, as well as set a customization for CodeWhisperer requests. Customization is not yet supported.
13
+
Shortcut command to directly connect to Identity Center or prompt start URL entry, as well as set a customization for CodeWhisperer requests.
14
14
15
-
This command expects two arguments: startUrl and region (both strings).
16
-
If these arguments are provided, they will be used. Otherwise, the commands prompts for them interactively.
15
+
This command supports two sets of arguments:
16
+
17
+
- startUrl and region. If both arguments are provided they will be used, otherwise the command prompts for them interactively.
18
+
- customization{Arn, Name, Description}. If at least customizationArn is provided, the command selects this customization.
0 commit comments