Skip to content

How To Deploy And Execute A Native Linux Binary #117

Answered by danatemple
MannikJ asked this question in Q&A
Discussion options

You must be logged in to vote

Yes! we are doing this kind of thing in various ways, one of which is to use Sidecar's ability to run any container you like to provide:
https://hammerstone.dev/sidecar/docs/main/functions/handlers-and-packages#container-images

In that way, you can have any complete Linux system with any installed software called through Sidecar. You can choose what language you use for the actual event handler function on the container (we are e.g. using JS in one example, just because we had it available, and calling our application from the JS).

Getting files in and out via S3, I would recommend using AWS pre-signed URLs (aka temporary URLs in Laravel) - generate them, pass them to the container, then …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aarondfrancis
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #56 on April 29, 2023 20:18.