MCPcopy Create free account

hub / github.com/ServerlessDevelopers/serverless-rust / functions

Functions107 in github.com/ServerlessDevelopers/serverless-rust

↓ 10 callersMethodsend_temperature_data
(&self, client: &Client, kinesis_stream_arn: &String)
templates/patterns/messaging-patterns/kinesis-message-processor/test-utility/src/main.rs:68
↓ 4 callersMethodget_id
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:32
↓ 1 callersFunctioncreate_item
( client: &Client, table_name: &str, item: BasicEntity, )
templates/patterns/database-patterns/ddb-basic-operations/src/data.rs:7
↓ 1 callersFunctiondelete_item
(client: &Client, table_name: &str, id: &str)
templates/patterns/database-patterns/ddb-basic-operations/src/data.rs:75
↓ 1 callersFunctiondump_claims
(value: &serde_json::Value)
templates/patterns/security-patterns/api-gateway-authorizer/source/shared/src/lib.rs:58
↓ 1 callersFunctionfetch_item
(client: &Client, table_name: &str, id: &str)
templates/patterns/security-patterns/cognito-token-customization/lambdas/shared/src/data.rs:7
↓ 1 callersFunctionfunction_handler
( client_id: &str, key_set: &jsonwebtokens_cognito::KeySet, event: LambdaEvent<ApiGatewayCustomAut
templates/patterns/security-patterns/api-gateway-authorizer/source/token-authorizer/src/main.rs:30
↓ 1 callersFunctionfunction_handler
( client: &Client, table_name: &String, mut event: LambdaEvent<CognitoEventUserPoolsPreTokenGenV2>
templates/patterns/security-patterns/cognito-token-customization/lambdas/handler/src/main.rs:11
↓ 1 callersFunctionfunction_handler
(alb_url: &str, event: LambdaEvent<HashMap<String, String>>)
templates/patterns/ci-cd-patterns/codedeploy-lifecyle-hook/src/main.rs:44
↓ 1 callersFunctionfunction_handler
This is the main body for the function. Verifys that a request was made with a body and then forwards that Body to EventBridge
templates/patterns/messaging-patterns/eventbridge-putevent/lambdas/handler/src/main.rs:31
↓ 1 callersFunctionfunction_handler
This is the main body for the function. Verifys that a request was made with a body and then forwards that Body to EventBridge
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/publisher/src/main.rs:38
↓ 1 callersFunctionfunction_handler
( allowed_origins: &str, event: Request, )
templates/patterns/api-patterns/cors-allow-list/src/main.rs:6
↓ 1 callersMethodget_created_at
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:48
↓ 1 callersMethodget_description
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:40
↓ 1 callersMethodget_entity_type
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:44
↓ 1 callersMethodget_first_name
(&self)
templates/patterns/security-patterns/cognito-token-customization/lambdas/shared/src/models.rs:15
↓ 1 callersMethodget_interesting_value
(&self)
templates/patterns/security-patterns/cognito-token-customization/lambdas/shared/src/models.rs:23
↓ 1 callersFunctionget_item
(client: &Client, table_name: &str, id: &str)
templates/patterns/database-patterns/ddb-basic-operations/src/data.rs:39
↓ 1 callersFunctionget_items
( client: &Client, table_name: &str, limit: i32 )
templates/patterns/database-patterns/ddb-basic-operations/src/data.rs:90
↓ 1 callersMethodget_last_name
(&self)
templates/patterns/security-patterns/cognito-token-customization/lambdas/shared/src/models.rs:19
↓ 1 callersMethodget_name
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:36
↓ 1 callersFunctionget_origin
(headers: &HeaderMap, allowed_origins: &str)
templates/patterns/api-patterns/cors-allow-list/src/main.rs:31
↓ 1 callersMethodget_updated_at
(&self)
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:52
↓ 1 callersFunctionnew_client
(is_local: String)
templates/patterns/database-patterns/ddb-basic-operations/src/client.rs:5
↓ 1 callersFunctionnew_client
(is_local: String)
templates/patterns/messaging-patterns/kinesis-message-processor/test-utility/src/main.rs:108
↓ 1 callersFunctionnew_response
(effect: &str, ctx: serde_json::Value)
templates/patterns/security-patterns/api-gateway-authorizer/source/token-authorizer/src/main.rs:14
↓ 1 callersFunctionrun_test
(url: &str, path: String)
templates/patterns/ci-cd-patterns/codedeploy-lifecyle-hook/src/main.rs:29
↓ 1 callersFunctionsend_to_event_bridge
( client: &aws_sdk_eventbridge::Client, payload: &Payload, bus_name: &str, )
templates/patterns/messaging-patterns/eventbridge-putevent/lambdas/handler/src/main.rs:13
↓ 1 callersFunctionsend_to_event_bridge
( client: &aws_sdk_eventbridge::Client, payload: &Payload, bus_name: &str, )
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/publisher/src/main.rs:20
↓ 1 callersFunctionupdate_item
(client: &Client, table_name: &str, id: &str, timestamp: i64)
templates/patterns/database-patterns/ddb-basic-operations/src/data.rs:59
FunctionHome
()
src/pages/index.js:29
FunctionHomepageHeader
()
src/pages/index.js:10
FunctionconfigureWebpack
()
docusaurus.config.js:42
Functioncreate
(request: Json<PostModel>)
templates/patterns/api-patterns/actix-on-lambda/src/main.rs:28
Functioncreate
(request: Json<PostModel>)
templates/patterns/api-patterns/rocket-on-lambda/src/main.rs:35
Functioncreate
(request: Json<PostModel>)
templates/patterns/api-patterns/axum-on-lambda/src/main.rs:32
Functiondelete_by_id
(path: Path<String,>)
templates/patterns/api-patterns/actix-on-lambda/src/main.rs:19
Functiondelete_by_id
(id: &str)
templates/patterns/api-patterns/rocket-on-lambda/src/main.rs:26
Functiondelete_by_id
(Path(id): Path<String>)
templates/patterns/api-patterns/axum-on-lambda/src/main.rs:24
Methodfmt
(&self, f: &mut Formatter<'_>)
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/shared/src/lib.rs:12
Methodfrom
(value: Item)
templates/patterns/database-patterns/ddb-stream-lambda-handler/src/models.rs:13
Methodfrom
(err: aws_sdk_dynamodb::Error)
templates/patterns/database-patterns/ddb-basic-operations/src/errors.rs:16
Methodfrom
(_: jsonwebtokens::error::Error)
templates/patterns/security-patterns/api-gateway-authorizer/source/shared/src/lib.rs:15
Methodfrom
(err: aws_sdk_dynamodb::Error)
templates/patterns/security-patterns/cognito-token-customization/lambdas/shared/src/models.rs:41
Methodfrom
(_value: Error)
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/shared/src/lib.rs:47
Methodfrom
(value: Error)
templates/patterns/messaging-patterns/sqs-message-processor/lambdas/shared/src/lib.rs:55
Methodfrom
(_: Error)
templates/patterns/messaging-patterns/sns-message-processor/lambdas/shared/src/lib.rs:59
Methodfrom
(_value: Error)
templates/patterns/messaging-patterns/kinesis-message-processor/lambdas/shared/src/lib.rs:55
Methodfrom
(model: Model)
templates/patterns/api-patterns/actix-on-lambda/src/model.rs:46
Methodfrom
(model: Model)
templates/patterns/api-patterns/lambda-per-verb/lambdas/shared/src/lib.rs:42
Methodfrom
(model: Model)
templates/patterns/api-patterns/rocket-on-lambda/src/model.rs:46
Methodfrom
(model: Model)
templates/patterns/api-patterns/axum-on-lambda/src/model.rs:43
Functionfunction_handler
(event: LambdaEvent<Event>)
templates/patterns/database-patterns/ddb-stream-lambda-handler/src/main.rs:8
Functionfunction_handler
(event: LambdaEvent<CloudWatchEvent>)
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/event-handler/src/main.rs:5
Functionfunction_handler
(event: LambdaEvent<SqsEvent>)
templates/patterns/messaging-patterns/sqs-message-processor/lambdas/new-message-processor/src/main.rs:5
Functionfunction_handler
(event: LambdaEvent<SnsEvent>)
templates/patterns/messaging-patterns/sns-message-processor/lambdas/new-message-processor/src/main.rs:5
Functionfunction_handler
(event: LambdaEvent<KinesisEvent>)
templates/patterns/messaging-patterns/kinesis-message-processor/lambdas/new-message-processor/src/main.rs:6
Functionget_by_id
(path: Path<String,>)
templates/patterns/api-patterns/actix-on-lambda/src/main.rs:7
Functionget_by_id
(id: &str)
templates/patterns/api-patterns/rocket-on-lambda/src/main.rs:13
Functionget_by_id
(Path(id): Path<String>)
templates/patterns/api-patterns/axum-on-lambda/src/main.rs:13
Methodhandle
(message: &Payload)
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/shared/src/lib.rs:39
Methodhandle
(message: &NewMessage)
templates/patterns/messaging-patterns/sqs-message-processor/lambdas/shared/src/lib.rs:32
Methodhandle
(message: &OrderCreatedMessage)
templates/patterns/messaging-patterns/sns-message-processor/lambdas/shared/src/lib.rs:37
Methodhandle
(message: &NewSensorReading)
templates/patterns/messaging-patterns/kinesis-message-processor/lambdas/shared/src/lib.rs:33
Functionhandler
()
templates/patterns/container-patterns/alpine-simple-api/src/main.rs:25
Functionhandler
(event: Request)
templates/patterns/api-patterns/lambda-per-verb/lambdas/get-by-id/src/main.rs:18
Functionhandler
(event: Request)
templates/patterns/api-patterns/lambda-per-verb/lambdas/delete-by-id/src/main.rs:18
Functionhandler
(event: Request)
templates/patterns/api-patterns/lambda-per-verb/lambdas/put-by-id/src/main.rs:18
Functionhandler
(event: Request)
templates/patterns/api-patterns/lambda-per-verb/lambdas/post/src/main.rs:17
Functionhealth
()
templates/patterns/container-patterns/alpine-simple-api/src/main.rs:34
Functionmain
()
templates/patterns/database-patterns/ddb-stream-lambda-handler/src/main.rs:20
Functionmain
()
templates/patterns/database-patterns/ddb-basic-operations/src/main.rs:14
Functionmain
()
templates/patterns/security-patterns/api-gateway-authorizer/source/token-authorizer/src/main.rs:67
Functionmain
()
templates/patterns/security-patterns/cognito-token-customization/lambdas/handler/src/main.rs:65
Functionmain
()
templates/patterns/ci-cd-patterns/codedeploy-lifecyle-hook/src/main.rs:10
Functionmain
()
templates/patterns/container-patterns/alpine-simple-api/src/main.rs:11
Functionmain
()
templates/patterns/messaging-patterns/eventbridge-putevent/lambdas/handler/src/main.rs:73
Functionmain
()
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/publisher/src/main.rs:80
Functionmain
()
templates/patterns/messaging-patterns/eventbridge-handler/lambdas/event-handler/src/main.rs:44
Functionmain
()
templates/patterns/messaging-patterns/sqs-message-processor/lambdas/new-message-processor/src/main.rs:41
Functionmain
()
templates/patterns/messaging-patterns/sns-message-processor/lambdas/new-message-processor/src/main.rs:21
Functionmain
()
templates/patterns/messaging-patterns/kinesis-message-processor/lambdas/new-message-processor/src/main.rs:38
Functionmain
()
templates/patterns/messaging-patterns/kinesis-message-processor/test-utility/src/main.rs:16
Functionmain
()
templates/patterns/api-patterns/cors-allow-list/src/main.rs:50
Functionmain
()
templates/patterns/api-patterns/actix-on-lambda/src/main.rs:54
Functionmain
()
templates/patterns/api-patterns/lambda-per-verb/lambdas/get-by-id/src/main.rs:6
Functionmain
()
templates/patterns/api-patterns/lambda-per-verb/lambdas/delete-by-id/src/main.rs:6
Functionmain
()
templates/patterns/api-patterns/lambda-per-verb/lambdas/put-by-id/src/main.rs:6
Functionmain
()
templates/patterns/api-patterns/lambda-per-verb/lambdas/post/src/main.rs:5
Functionmain
()
templates/patterns/api-patterns/axum-on-lambda/src/main.rs:56
Methodnew
( id: String, name: String, description: String, entity_type: String,
templates/patterns/database-patterns/ddb-basic-operations/src/models.rs:14
Methodnew
(message: SqsMessage)
templates/patterns/messaging-patterns/sqs-message-processor/lambdas/shared/src/lib.rs:16
Methodnew
(message: SnsRecord)
templates/patterns/messaging-patterns/sns-message-processor/lambdas/shared/src/lib.rs:16
Methodnew
(message: KinesisEventRecord)
templates/patterns/messaging-patterns/kinesis-message-processor/lambdas/shared/src/lib.rs:16
Methodnew
(name: String)
templates/patterns/messaging-patterns/kinesis-message-processor/test-utility/src/main.rs:64
Methodnew
(name: String)
templates/patterns/api-patterns/actix-on-lambda/src/model.rs:31
Methodnew
(name: String)
templates/patterns/api-patterns/lambda-per-verb/lambdas/shared/src/lib.rs:27
Methodnew
(name: String)
templates/patterns/api-patterns/rocket-on-lambda/src/model.rs:31
Methodnew
(name: String)
templates/patterns/api-patterns/axum-on-lambda/src/model.rs:28
Functionrocket
()
templates/patterns/api-patterns/rocket-on-lambda/src/main.rs:57
next →1–100 of 107, ranked by callers