Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/sample-amazon-bedrock-agentcore-fullstack-webapp
/ functions
Functions
32 in github.com/aws-samples/sample-amazon-bedrock-agentcore-fullstack-webapp
⨍
Functions
32
◇
Types & classes
19
↓ 3 callers
Function
resetForm
()
frontend/src/AuthModal.tsx:70
↓ 2 callers
Function
checkAuth
()
frontend/src/App.tsx:76
↓ 2 callers
Function
getSupportPrompts
()
frontend/src/App.tsx:248
↓ 2 callers
Function
handleFeedback
(messageIndex: number, feedbackType: 'helpful' | 'not-helpful')
frontend/src/App.tsx:108
↓ 2 callers
Function
handleSignOut
()
frontend/src/App.tsx:90
↓ 2 callers
Function
signIn
(email: string, password: string)
frontend/src/auth.ts:61
↓ 1 callers
Function
cleanResponse
(response: string)
frontend/src/App.tsx:147
↓ 1 callers
Function
confirmSignUp
(email: string, code: string)
frontend/src/auth.ts:44
↓ 1 callers
Function
getAccessToken
()
frontend/src/auth.ts:145
↓ 1 callers
Function
getCurrentUser
()
frontend/src/auth.ts:92
↓ 1 callers
Function
handleCopy
(messageIndex: number, content: string)
frontend/src/App.tsx:125
↓ 1 callers
Function
handleSupportPromptClick
(promptText: string)
frontend/src/App.tsx:161
↓ 1 callers
Function
invokeAgent
(request: InvokeAgentRequest)
frontend/src/agentcore.ts:18
↓ 1 callers
Function
signOut
()
frontend/src/auth.ts:85
↓ 1 callers
Function
signUp
(email: string, password: string)
frontend/src/auth.ts:25
Function
App
()
frontend/src/App.tsx:41
Function
AuthModal
({ visible, onDismiss, onSuccess }: AuthModalProps)
frontend/src/AuthModal.tsx:19
Function
agent_invocation
Invoke the agent with a payload IMPORTANT: Payload structure varies depending on invocation method: - Direct invocation (Python SDK, Con
agent/strands_agent.py:29
Method
constructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/auth-stack.ts:9
Method
constructor
(scope: Construct, id: string, props: AgentCoreStackProps)
cdk/lib/runtime-stack.ts:20
Method
constructor
(scope: Construct, id: string, props: FrontendStackProps)
cdk/lib/frontend-stack.ts:19
Method
constructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/infra-stack.ts:11
Method
constructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/build-trigger-stack.ts:11
Function
getIdToken
()
frontend/src/auth.ts:124
Function
handleAuthSuccess
()
frontend/src/App.tsx:103
Function
handleConfirm
()
frontend/src/AuthModal.tsx:55
Function
handleDismiss
()
frontend/src/AuthModal.tsx:78
Function
handleSendMessage
()
frontend/src/App.tsx:168
Function
handleSignIn
()
frontend/src/AuthModal.tsx:27
Function
handleSignUp
()
frontend/src/AuthModal.tsx:41
Function
handler
(event: any)
cdk/lib/build-waiter-function.ts:2
Function
weather
Get the current weather. Always returns sunny weather.
agent/strands_agent.py:12