v0.2.2 Support CI deployments. Stabilize HL
-
[docs] Add documentation about using GraalVM-EE
-
[examples] Add basic
cdk
example -
[holy-lambda]
System/exit 1
when handler is not found duringnative:conf
-
[bb tasks] Don't remove empty
.aws
folder since tasks might not have proper permissions set, bind~/.aws
folder at/.aws
path instead. -
[bb tasks] Add support for CI deployments.
-
[bb tasks] Add support for docker
:network
option -
[docs] Add FAQ, CI support documents
-
[bb tasks] Fix using docker in CI environment
-
[bb tasks] Remove broken
stack:lint
command. Use plainclj-kondo
instead -
[bb layer] Add a type hint & fix bb layer. Users should update to :runtime:version 0.1.2
-
[CI] Add full test suite for basic lambda examples
-
[bb tasks] Add support for multi-environment deployments
-
[bb tasks] Add
:validation-fn
forbb stack:invoke
command:bb stack:invoke :validation-fn '(fn [{:keys [body headers statusCode]}] (= body "Hello world"))'