Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/awslabs/aws-shell
/ create_aws_shell
Function
create_aws_shell
awsshell/app.py:35–36 ·
view source on GitHub ↗
(completer, model_completer, docs)
Source
from the content-addressed store, hash-verified
33
34
35
def
create_aws_shell(completer, model_completer, docs):
36
return
AWSShell(completer, model_completer, docs)
37
38
39
class
InputInterrupt(Exception):
Callers
nothing calls this directly
Calls
1
AWSShell
Class · 0.85
Tested by
no test coverage detected