MCPcopy Create free account

hub / github.com/akamai-developers/serverless-architectures-and-patterns / functions

Functions266 in github.com/akamai-developers/serverless-architectures-and-patterns

↓ 14 callersMethodhandle
(&self, req: Request)
http-crud-rust-mysql/src/api.rs:15
↓ 10 callersMethodinto
(self)
long-running-jobs-over-http/shared/src/lib.rs:32
↓ 7 callersFunctionget_image_from_request_body
(body: &[u8])
image-transformation/api/src/helpers.rs:7
↓ 7 callersFunctionsend_jpg
(img: &PhotonImage)
image-transformation/api/src/helpers.rs:11
↓ 6 callersFunctionbadRequest
(message)
http-crud-js-sqlite/src/handlers.js:34
↓ 6 callersFunctionbadRequest
(message)
http-crud-js-pg/src/handlers.js:31
↓ 6 callersFunctiondb
()
http-crud-go-sqlite/pkg/persistence/sqlite.go:24
↓ 6 callersFunctionget_connection
()
http-crud-rust-mysql/src/persistence.rs:26
↓ 5 callersFunctionget_connection
()
distributed-todo-app/src/http-api/src/handlers.rs:19
↓ 5 callersMethodinto_body
(self)
distributed-todo-app/src/http-api/src/models.rs:53
↓ 4 callersMethodinto_response
(self)
distributed-todo-app/src/http-api/src/models.rs:44
↓ 4 callersFunctionlog
(msg: &str)
long-running-jobs-over-http/spin-worker/src/lib.rs:41
↓ 4 callersFunctionsendAsJson
(w http.ResponseWriter, data interface{})
http-crud-go-sqlite/pkg/api/api.go:21
↓ 4 callersFunctionsetError
(err)
image-transformation/frontend/app.js:55
↓ 4 callersMethodtry_into_body
(self)
http-crud-rust-mysql/src/models.rs:25
↓ 3 callersFunctionbuild_request
(uri: &str)
aggregate-pattern/aggregates-service/src/request_builder.rs:17
↓ 3 callersFunctionexecute_command
( url: String, content_type: Option<&HeaderValue>, payload: Option<Vec<u8>>, )
cqrs-servicechaining/gateway/src/lib.rs:46
↓ 3 callersFunctionget_store
()
api-with-cronjob/api/src/lib.rs:74
↓ 3 callersFunctionreport_job_status
(id string, result string, status JobStatus)
long-running-jobs-over-http/native-worker/main.go:94
↓ 3 callersFunctionreport_job_status
(id: &str, status: JobStatus, result: String)
long-running-jobs-over-http/spin-worker/src/status_reporter.rs:5
↓ 3 callersFunctionsendAsJson
(w http.ResponseWriter, data interface{})
aggregate-pattern/incidents-service/pkg/api/api.go:18
↓ 3 callersFunctionstore_in_cache
(key: &CacheKey, data: String)
caching-rust/src/cache.rs:22
↓ 3 callersMethodvalidate
(&self)
http-crud-rust-mysql/src/models.rs:66
↓ 2 callersFunctionappendImage
(container, blob, caption)
image-transformation/frontend/app.js:41
↓ 2 callersFunctioncustomer_count
(body: &[u8])
aggregate-pattern/aggregates-service/src/response_parser.rs:7
↓ 2 callersFunctionexecute_query
(url: &str)
cqrs-servicechaining/gateway/src/lib.rs:77
↓ 2 callersFunctionget_from_cache
(key: &CacheKey)
caching-rust/src/cache.rs:8
↓ 2 callersFunctionincidents_grouped_by_customer
( body: &[u8], )
aggregate-pattern/aggregates-service/src/response_parser.rs:19
↓ 2 callersFunctioninvalidate_cache
(key: &CacheKey)
caching-rust/src/cache.rs:31
↓ 2 callersMethodnegotiate
(&mut self, req: &Request, data: &T)
content-negotiation-rust/src/content_negotiation.rs:43
↓ 2 callersFunctionnotFound
(message)
http-crud-js-sqlite/src/handlers.js:38
↓ 2 callersFunctionnotFound
(message)
http-crud-js-pg/src/handlers.js:35
↓ 2 callersFunctionparse_result
(res: Response)
cqrs-servicechaining/gateway/src/lib.rs:85
↓ 2 callersFunctiontoInt
(value bool)
http-crud-go-sqlite/pkg/persistence/sqlite.go:156
↓ 2 callersFunctiontop_customers
(body: &[u8])
aggregate-pattern/aggregates-service/src/response_parser.rs:13
↓ 1 callersMethodAsItem
(id string)
http-crud-go-sqlite/pkg/types/types.go:31
↓ 1 callersFunctionLoadConfig
()
long-running-jobs-over-http/native-worker/main.go:122
↓ 1 callersMethodNewItemWithId
(id string)
http-crud-go-sqlite/pkg/types/types.go:14
↓ 1 callersMethodadd
(&mut self, item: Item)
cors-rust/src/models.rs:43
↓ 1 callersMethodas_header_value
(self)
content-negotiation-rust/src/content_negotiation.rs:26
↓ 1 callersFunctionbuildLocationHeader
(requestUrl string, id string)
cqrs-go/pkg/api/handlers.go:141
↓ 1 callersFunctionbuild_location_header_value
(uri: &str, id: String)
cqrs-rust/src/lib.rs:108
↓ 1 callersFunctionbuild_location_header_value
(url_header: Option<&HeaderValue>, id: &str)
long-running-jobs-over-http/api/src/handlers.rs:49
↓ 1 callersFunctioncreateItem
(baseUrl, requestBody, res)
http-crud-js-sqlite/src/handlers.js:103
↓ 1 callersFunctioncreateItem
(config, baseUrl, requestBody, res)
http-crud-js-pg/src/handlers.js:93
↓ 1 callersFunctioncreate_job
(model: CreateJobModel)
long-running-jobs-over-http/api/src/service.rs:15
↓ 1 callersFunctiondeleteItemById
(id, res)
http-crud-js-sqlite/src/handlers.js:63
↓ 1 callersFunctiondeleteItemById
(config, id, res)
http-crud-js-pg/src/handlers.js:57
↓ 1 callersFunctiondeleteManyItems
(requestBody, res)
http-crud-js-sqlite/src/handlers.js:73
↓ 1 callersFunctiondeleteManyItems
(config, requestBody, res)
http-crud-js-pg/src/handlers.js:66
↓ 1 callersMethoddelete_by_id
(&mut self, id: i64)
cors-rust/src/models.rs:47
↓ 1 callersFunctiondelete_employee_by_id
(id: &str)
cqrs-servicechaining/commands/src/persistence.rs:53
↓ 1 callersFunctiondelete_item_by_id
(id: &str)
http-crud-rust-mysql/src/persistence.rs:78
↓ 1 callersFunctiondetect_content_type
(req: &Request)
content-negotiation-rust/src/content_negotiation.rs:58
↓ 1 callersFunctiongetAllItems
(res)
http-crud-js-sqlite/src/handlers.js:19
↓ 1 callersFunctiongetAllItems
(c: Context)
aggregate-pattern/customers-service/src/handlers.ts:11
↓ 1 callersFunctiongetAllItems
(config)
http-crud-js-pg/src/handlers.js:18
↓ 1 callersFunctiongetCustomerById
(c: Context)
aggregate-pattern/customers-service/src/handlers.ts:60
↓ 1 callersFunctiongetCustomerCount
(c: Context)
aggregate-pattern/customers-service/src/handlers.ts:51
↓ 1 callersFunctiongetItemById
(id, res)
http-crud-js-sqlite/src/handlers.js:42
↓ 1 callersFunctiongetItemById
(config, id, res)
http-crud-js-pg/src/handlers.js:39
↓ 1 callersFunctiongetTopCustomers
(c: Context)
aggregate-pattern/customers-service/src/handlers.ts:26
↓ 1 callersFunctionget_all_from_database
()
caching-rust/src/db.rs:6
↓ 1 callersFunctionget_connection
()
distributed-todo-app/src/stats-generator/src/main.rs:10
↓ 1 callersFunctionget_connection
()
distributed-todo-app/src/migrations/src/main.rs:7
↓ 1 callersFunctionget_connection_string
()
http-crud-rust-mysql/src/persistence.rs:17
↓ 1 callersMethodget_connection_string
(&self)
long-running-jobs-over-http/api/src/config.rs:24
↓ 1 callersFunctionget_single_from_database
(id: String)
caching-rust/src/db.rs:20
↓ 1 callersMethodinto_body
(self)
cors-rust/src/models.rs:62
↓ 1 callersFunctionisGuid
(id: string)
aggregate-pattern/customers-service/src/handlers.ts:83
↓ 1 callersFunctionload_cors_config
()
cors-rust/src/lib.rs:12
↓ 1 callersFunctionnegotiate_content
( data: &T, content_type: &SupportedContentType, )
content-negotiation-rust/src/content_negotiation.rs:68
↓ 1 callersMethodnext_id
(&self)
cors-rust/src/models.rs:51
↓ 1 callersFunctionread_all_items
()
http-crud-rust-mysql/src/persistence.rs:32
↓ 1 callersFunctionread_item_by_id
(id: &str)
http-crud-rust-mysql/src/persistence.rs:42
↓ 1 callersFunctionread_job_status
(id: String)
long-running-jobs-over-http/api/src/service.rs:48
↓ 1 callersFunctionread_job_status_all
()
long-running-jobs-over-http/api/src/service.rs:60
↓ 1 callersFunctionsimulate_job
(input: String)
long-running-jobs-over-http/spin-worker/src/lib.rs:33
↓ 1 callersFunctionupdateItemById
(baseUrl, id, requestBody, res)
http-crud-js-sqlite/src/handlers.js:134
↓ 1 callersFunctionupdateItemById
(config, baseUrl, id, requestBody, res)
http-crud-js-pg/src/handlers.js:120
↓ 1 callersFunctionupdate_employee
(req: Request, params: Params)
cqrs-servicechaining/commands/src/lib.rs:35
↓ 1 callersFunctionupdate_employee_by_id
( id: &str, model: UpdateEmployeeModel, )
cqrs-servicechaining/commands/src/persistence.rs:61
↓ 1 callersFunctionupdate_item
(item: &Item)
http-crud-rust-mysql/src/persistence.rs:88
↓ 1 callersFunctionupdate_single_item_in_database
(id: String, name: String)
caching-rust/src/db.rs:34
FunctionAllProducts
Query to retrieve all products as a list
cqrs-go/pkg/queries/queries.go:27
FunctionCreateItem
(ctx context.Context, model types.ItemCreateModel)
http-crud-go-sqlite/pkg/persistence/sqlite.go:29
FunctionCreateProduct
Command to create a new product
cqrs-go/pkg/commands/commands.go:43
FunctionDeleteItemById
(ctx context.Context, id string)
http-crud-go-sqlite/pkg/persistence/sqlite.go:92
FunctionDeleteMultipleItems
(ctx context.Context, model types.BatchDeleteModel)
http-crud-go-sqlite/pkg/persistence/sqlite.go:63
FunctionDeleteProduct
Command to delete a particular product
cqrs-go/pkg/commands/commands.go:83
FunctionGetAllEmployees
()
cqrs-servicechaining/queries/pkg/persistence/persistence.go:14
FunctionGetEmployeeById
(id string)
cqrs-servicechaining/queries/pkg/persistence/persistence.go:35
FunctionNew
()
http-crud-go-sqlite/pkg/api/api.go:10
FunctionNew
()
aggregate-pattern/incidents-service/pkg/api/api.go:10
FunctionNewApiFacade
()
cqrs-go/pkg/api/api.go:7
FunctionNewEmployeeDetailsModel
()
cqrs-servicechaining/queries/pkg/models/models.go:22
FunctionProductById
Query to retrieve a particular product using its identifier
cqrs-go/pkg/queries/queries.go:48
FunctionReadAllItems
(ctx context.Context)
http-crud-go-sqlite/pkg/persistence/sqlite.go:131
FunctionReadItemById
(ctx context.Context, id string)
http-crud-go-sqlite/pkg/persistence/sqlite.go:105
FunctionUpdateItemById
(ctx context.Context, id string, model types.ItemUpdateModel)
http-crud-go-sqlite/pkg/persistence/sqlite.go:49
next →1–100 of 266, ranked by callers