MCPcopy Create free account

hub / github.com/aws-samples/sample-amazon-bedrock-agentcore-fullstack-webapp / functions

Functions32 in github.com/aws-samples/sample-amazon-bedrock-agentcore-fullstack-webapp

↓ 3 callersFunctionresetForm
()
frontend/src/AuthModal.tsx:70
↓ 2 callersFunctioncheckAuth
()
frontend/src/App.tsx:76
↓ 2 callersFunctiongetSupportPrompts
()
frontend/src/App.tsx:248
↓ 2 callersFunctionhandleFeedback
(messageIndex: number, feedbackType: 'helpful' | 'not-helpful')
frontend/src/App.tsx:108
↓ 2 callersFunctionhandleSignOut
()
frontend/src/App.tsx:90
↓ 2 callersFunctionsignIn
(email: string, password: string)
frontend/src/auth.ts:61
↓ 1 callersFunctioncleanResponse
(response: string)
frontend/src/App.tsx:147
↓ 1 callersFunctionconfirmSignUp
(email: string, code: string)
frontend/src/auth.ts:44
↓ 1 callersFunctiongetAccessToken
()
frontend/src/auth.ts:145
↓ 1 callersFunctiongetCurrentUser
()
frontend/src/auth.ts:92
↓ 1 callersFunctionhandleCopy
(messageIndex: number, content: string)
frontend/src/App.tsx:125
↓ 1 callersFunctionhandleSupportPromptClick
(promptText: string)
frontend/src/App.tsx:161
↓ 1 callersFunctioninvokeAgent
(request: InvokeAgentRequest)
frontend/src/agentcore.ts:18
↓ 1 callersFunctionsignOut
()
frontend/src/auth.ts:85
↓ 1 callersFunctionsignUp
(email: string, password: string)
frontend/src/auth.ts:25
FunctionApp
()
frontend/src/App.tsx:41
FunctionAuthModal
({ visible, onDismiss, onSuccess }: AuthModalProps)
frontend/src/AuthModal.tsx:19
Functionagent_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
Methodconstructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/auth-stack.ts:9
Methodconstructor
(scope: Construct, id: string, props: AgentCoreStackProps)
cdk/lib/runtime-stack.ts:20
Methodconstructor
(scope: Construct, id: string, props: FrontendStackProps)
cdk/lib/frontend-stack.ts:19
Methodconstructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/infra-stack.ts:11
Methodconstructor
(scope: Construct, id: string, props?: cdk.StackProps)
cdk/lib/build-trigger-stack.ts:11
FunctiongetIdToken
()
frontend/src/auth.ts:124
FunctionhandleAuthSuccess
()
frontend/src/App.tsx:103
FunctionhandleConfirm
()
frontend/src/AuthModal.tsx:55
FunctionhandleDismiss
()
frontend/src/AuthModal.tsx:78
FunctionhandleSendMessage
()
frontend/src/App.tsx:168
FunctionhandleSignIn
()
frontend/src/AuthModal.tsx:27
FunctionhandleSignUp
()
frontend/src/AuthModal.tsx:41
Functionhandler
(event: any)
cdk/lib/build-waiter-function.ts:2
Functionweather
Get the current weather. Always returns sunny weather.
agent/strands_agent.py:12