@architect/hydrate
Advanced tools
Changelog
[3.1.9] 2022-12-20
hydrate.copy
crashing when copying to multi-tenant LambdaeChangelog
[3.1.8] 2022-12-06
hydrate.copy
API bug where files are copied to vendor
, not node_modules
, for typescript
LambdasChangelog
[3.1.7] 2022-12-05
hydrate.copy
API bug where Lambda build dir is not usedChangelog
[3.1.6] 2022-11-18
nodejs18.x
runtime@aws-sdk/*
) references during Lambda treeshakingChangelog
[3.1.5] 2022-11-15
hydrate.copy
API to copy files into all Lambdas, not just those with shared code enabledhydrate.copy
plugins breaking on projects that disabled or aren't using shared code; thanks @tbeseda!Changelog
[3.1.4] 2022-10-07
package-lock.json
dependencies
devDependencies
, you must specify that version in dependencies
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 #1370