This repository was archived by the owner on Nov 23, 2023. It is now read-only.
This repository was archived by the owner on Nov 23, 2023. It is now read-only.
util.create_lambda_function should accept a namedAny. #5
... so the definitions are reusable, and the resulting configurations more succinct.
For instance, the example preprocessors of
WebResourcecould be!namedAny ...web_utils.set_expires, seconds: 86400or something.Littering the configurations with lambdas smells bad, but using them to puzzle together tiny callables is okay. :)