@architect/hydrate
Advanced tools
Changelog
[3.1.12] 2023-03-09
Changelog
[3.1.0 - 3.1.2] 2022-08-20
hydrate.copy
API for copying in files and folders to Lambda dependency directories (./path/to/lambda/node_modules/
or ./path/to/lambda/vendor
)hydrate.shared()
erroneously destroys the @architect/functions
module; thanks @idy!require
or import
within for/of statements; fixes #1370Changelog
[3.0.6] 2022-08-20
static.json
may fail when a shared folder is removed from the project; fixes #1367Changelog
[3.0.5] 2022-08-11
Changelog
[3.0.4] 2022-07-26
node:
builtin module syntax; fixes #1358Changelog
[3.0.3] 2022-05-10
lambda-runtimes
adds nodejs16.x
.Changelog
[3.0.0 - 3.0.1] 2022-01-13
lockfileVersion
2; fixes #1306, thanks @gopeter!@tables-streams
folders (src/tables/...
and src/streams/...
) are now deprecatedhydrate update
) as aliases to flags are no longer used, please use CLI flags (e.g. hydrate --update
or hydrate -u
).
looking for Lambda package files to hydrate@arc shared false
would still get shared code