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