https://github.com/bookingcom/rules_lambda
Some bazel rules to ease working with lambdas
https://github.com/bookingcom/rules_lambda
Last synced: 3 months ago
JSON representation
Some bazel rules to ease working with lambdas
- Host: GitHub
- URL: https://github.com/bookingcom/rules_lambda
- Owner: bookingcom
- License: apache-2.0
- Created: 2023-04-05T14:19:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T08:37:25.000Z (about 1 year ago)
- Last Synced: 2025-04-14T09:28:46.387Z (about 1 year ago)
- Language: Starlark
- Size: 43.9 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel rules for lambda
## Installation
In your MODULE.bazel you add a line that says
bazel_dep(name = "com_booking_rules_lambda", version = "0.0.1")
We only support bzlmod, we could add non bzlmod dependency if someone is willing
to maintain it, but so far we don't have a need for it.