An open API service indexing awesome lists of open source software.

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

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.