AWS Lambda runtime build + node wrapper #115
chegger
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey - Love the project!
Today I tried running Obscura in a node AWS Lambda. However, the default AWS Lambda runtime image is not fully compatible with the Obscura build (specifically due to the glibc version).
So i did two things:
And of course published it to NPM: https://www.npmjs.com/package/@chegger/node-obscura-aws-lambda
So essentially for node + AWS Lambda, it can be used like this:
npm i @chegger/node-obscura-aws-lambdaand then in code
Just wanted to share, maybe someone finds it useful!
Beta Was this translation helpful? Give feedback.
All reactions