-
Notifications
You must be signed in to change notification settings - Fork 259
feat(aws): add AWS Lambda function #1044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Implementation details:
Questions:Should the Terraform deployment code live in this repo?The DX of a Lambda deployment is pretty bad right now. A dev has to:
We could move this to an external repo, and I can make the CI build Lambda images and put it in Releases, and the Terraform config can be adapted to download it. With that, the DX would be the following:
This is, in my opinion, much better. It also lets devs fork the repo and manage their own deployment schema on GitHub. |
This reverts commit 8ccbcdd.
Adapted to the new |
Summary:
This PR adds the ability to run tailcall on AWS Lambda.
Issue Reference(s):
Fixes #874
/claim #874
To-do:
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>