You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): add caching to local docker build (#708)
* .ci: Improve dockerfile to include caching
Improves dockerfile / .ci/build.sh script to output lambda zips in a
central location as well as adds buildkit caching to the docker build so
that you don't have to re-download the node_modules of each zip directly
each time you build with .ci/build.sh
This also makes improvements in that if there are only changes in one
directory then the cache will remain and the remaining lambdas will not
be re-built.
Signed-off-by: Eli Uriegas <[email protected]>
* Add comment about memory size
0 commit comments