MCPcopy Create free account

hub / github.com/awsrun/aws-microservices / functions

Functions34 in github.com/awsrun/aws-microservices

↓ 2 callersFunctioncreateOrder
(basketCheckoutEvent)
src/ordering/index.js:43
↓ 2 callersFunctiondeleteBasket
(userName)
src/basket/index.js:122
↓ 2 callersFunctiongetBasket
(userName)
src/basket/index.js:66
↓ 1 callersFunctionapiGatewayInvocation
(event)
src/ordering/index.js:67
↓ 1 callersFunctioncheckoutBasket
(event)
src/basket/index.js:140
↓ 1 callersFunctioncreateBasket
(event)
src/basket/index.js:103
↓ 1 callersMethodcreateBasketApi
(basketMicroservice: IFunction)
lib/apigateway.ts:52
↓ 1 callersMethodcreateBasketFunction
(basketTable: ITable)
lib/microservice.ts:55
↓ 1 callersMethodcreateBasketTable
()
lib/database.ts:41
↓ 1 callersMethodcreateOrderApi
(orderingMicroservices: IFunction)
lib/apigateway.ts:85
↓ 1 callersMethodcreateOrderTable
()
lib/database.ts:56
↓ 1 callersMethodcreateOrderingFunction
(orderTable: ITable)
lib/microservice.ts:81
↓ 1 callersFunctioncreateProduct
(event)
src/product/index.js:96
↓ 1 callersMethodcreateProductApi
(productMicroservice: IFunction)
lib/apigateway.ts:24
↓ 1 callersMethodcreateProductFunction
(productTable: ITable)
lib/microservice.ts:30
↓ 1 callersMethodcreateProductTable
()
lib/database.ts:24
↓ 1 callersFunctiondeleteProduct
(productId)
src/product/index.js:120
↓ 1 callersFunctioneventBridgeInvocation
(event)
src/ordering/index.js:36
↓ 1 callersFunctiongetAllBaskets
()
src/basket/index.js:85
↓ 1 callersFunctiongetAllOrders
()
src/ordering/index.js:134
↓ 1 callersFunctiongetAllProducts
()
src/product/index.js:78
↓ 1 callersFunctiongetOrder
(event)
src/ordering/index.js:107
↓ 1 callersFunctiongetProduct
(productId)
src/product/index.js:58
↓ 1 callersFunctiongetProductsByCategory
(event)
src/product/index.js:171
↓ 1 callersFunctionprepareOrderPayload
(checkoutRequest, basket)
src/basket/index.js:164
↓ 1 callersFunctionpublishCheckoutBasketEvent
(checkoutPayload)
src/basket/index.js:191
↓ 1 callersFunctionsqsInvocation
(event)
src/ordering/index.js:21
↓ 1 callersFunctionupdateProduct
(event)
src/product/index.js:139
Methodconstructor
(scope: Construct, id: string, props: SwnQueueProps)
lib/queue.ts:15
Methodconstructor
(scope: Construct, id: string, props?: StackProps)
lib/aws-microservices-stack.ts:10
Methodconstructor
(scope: Construct, id: string, props: SwnEventBusProps)
lib/eventbus.ts:14
Methodconstructor
(scope: Construct, id: string, props: SwnMicroservicesProps)
lib/microservice.ts:19
Methodconstructor
(scope: Construct, id: string, props: SwnApiGatewayProps)
lib/apigateway.ts:13
Methodconstructor
(scope: Construct, id: string)
lib/database.ts:11