Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 318 Bytes

File metadata and controls

11 lines (7 loc) · 318 Bytes

Serverless Components

A collection of libraries and binaries used for instrumenting AWS Lambda Functions, Azure Functions, and Azure Spring Apps.

Development

Install the git pre-push hook (runs cargo fmt --check and cargo clippy -D warnings before each push):

git config core.hooksPath .githooks