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
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
The tools at https://github.com/dhs-ncats/gatherer are very helpful, and use Docker to build Lambda functions rather than the unscripted and ad hoc process this repo uses now.
Instead, we should support something like:
./lambda/deploy pshtt --build
Which would trigger a full rebuild of the Lambda function. Alternatively, we could do a ./lambda/build script as a separate thing from ./lambda/deploy. (I like this better.)
The text was updated successfully, but these errors were encountered:
The tools at https://github.com/dhs-ncats/gatherer are very helpful, and use Docker to build Lambda functions rather than the unscripted and ad hoc process this repo uses now.
Instead, we should support something like:
Which would trigger a full rebuild of the Lambda function. Alternatively, we could do a
./lambda/build
script as a separate thing from./lambda/deploy
. (I like this better.)The text was updated successfully, but these errors were encountered: