Releases: akkoro/assemblylift
v0.4.0-alpha.1
This fixes intermittent request failure in the hyper runtime.
v0.4.0-alpha.0
See this blog post for details!
v0.3.2
v0.3.1
v0.3.0
Read here for details about this release.
v0.2.9
This release includes #34, which upgrades Wasmer to 1.0 and adds new function parameters.
The AWS Lambda guest crate (assemblylift-awslambda-guest
) has been updated to 0.2.4 -- be sure to uprev your existing functions!
The AWS Lambda host crate (assemblylift-awslambda-host
) has been updated 0.2.3; after redeploying your Asml app you may verify that you are running the new version in your CloudWatch logs.
v0.2.8
Includes #32 and #33 which parameterize LambdaContext
and implement service authorizers respectively. See PRs for details!
The LambdaContext
struct is defined in the awslambda-guest crate -- you'll need to update your existing functions to pull 0.2.3
for the new interface :) (new functions will be generated using an updated template!)
v0.2.7
This release includes #31, which adds support for user-supplied terraform.
You can add your terraform code as a module inside user_tf
, relative to the project root. You should be able to use data
blocks to import AssemblyLift-managed infra. Please open an issue if you run into issues!