releases

A place to post minor releases of libraries and projects that you would not otherwise post in #announcements
Karol Wójcik 2021-05-21T14:59:19.012500Z

New release of holy-lambda: https://github.com/FieryCod/holy-lambda • [bb tasks] Fix bb stack:sync which was failing on the first run • [bb tasks] Add support for the custom profile in :infra • Update babashka layer to version 0.4.1 • [bb tasks] Add an automated way of managing layer (update/downgrade). The new way is not compatible with the previous one. Please remove your old babashka layers stack and run bb stack:sync. • [docs] Add documentation for getting started guide, refine template (entirely done by https://github.com/lowecg. Thank you so much!) • [holy-lambda] Change the order of execution for :leave interceptors. Order is the same as for Pedestal Interceptors now :) • [bb tasks] Add validation for docker, AWS setup. Now holy-lambda will fail early with the helpful message if either AWS or docker is not properly set up. • [bb tasks] Region is now derived from the profile if exists. A region in bb.edn overrides the default region • [bb tasks] Commands which depend on stack:sync are now restricted if the project is not synced • [bb tasks] stack:invoke, stack:deploy, stack:api now support setting :params for AWS SAM parameters-overrides. Please take a look at the new getting started guide made by @chris.lowe.uk! It's awesome! https://github.com/FieryCod/holy-lambda/blob/master/doc/1-02-getting-started.md

🎉 1