Skip to content

Passing programs over the wire for execution on AWS Lambda.

Notifications You must be signed in to change notification settings

chadbrewbaker/lambda-dlopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

lambda-dlopen

Passing programs over the wire for execution on AWS Lambda.

How to rename a function in a shared object file without recompiling:

objcopy --redefine-sym old=new  libold.so libnew.so

About

Passing programs over the wire for execution on AWS Lambda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published