How do I use trillium-aws-lambda? #204
Unanswered
mathiversen
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It has been a bit since I have tried this myself, but this deploy script is how I was building and deploying the aws-lambda-example app, but I'm not sure if documenting lambda best practices is really in scope for this project, as there are many valid workflows for lambda, and the parts that are unique to trillium end at building a binary |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm struggling a bit to understand how build and deploy on aws, and I'm not sure if I'm doing something wrong or there's in fact a bug preventing the runtime from executing. In short I do the following:
x86_64-unknown-linux-musl
to rustup & installedmusl-gcc
bootstrap
and zip it (and make sure the only file is the build file called bootstrap)I started on a tutorial just to document what i was doing: link maybe that's something worth adding to the project?
Beta Was this translation helpful? Give feedback.
All reactions