We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8da8d commit aa647dcCopy full SHA for aa647dc
Cargo.toml
@@ -1,5 +1,6 @@
1
[package]
2
name = "vmod_lambda"
3
+description = "A Varnish VMOD for invoking AWS Lambda functions from VCL"
4
version = "0.1.0"
5
edition = "2024"
6
@@ -34,7 +35,6 @@ priority = "optional"
34
35
assets = [
36
["target/release/libvmod_lambda.so", "usr/lib/varnish/vmods/", "644"],
37
]
-description = "A Varnish VMOD for invoking AWS Lambda functions from VCL"
38
extended-description = """
39
A Varnish VMOD for invoking AWS Lambda functions from VCL.
40
This VMOD allows Varnish to invoke AWS Lambda functions with high throughput
0 commit comments