A config file option is now available for all non-managed parameters to CreateFunction. This data can also be passed via build configuration if desired. Net net, we gain flexibility and reduce the number of build options we add
16 lines
426 B
Zig
16 lines
426 B
Zig
.{
|
|
.name = .lambda_build,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0x6e61de08e7e51114,
|
|
.dependencies = .{
|
|
.aws = .{
|
|
.url = "git+https://git.lerch.org/lobo/aws-sdk-for-zig#1a03250fbeb2840ab8b6010f1ad4e899cdfc185a",
|
|
.hash = "aws-0.0.1-SbsFcCg7CgC0yYv2Y7aOjonSAU3mltOSfY0x2w9jZlMV",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|