-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FR]: support for nodejs lambda #23
Comments
Rough design notes: Fetch RIEWe need the AWS provided "Runtime Interface Emulator" to be able to run lambda logic locally. See https://github.com/aws/aws-lambda-runtime-interface-emulator
Build the image
We could probably provide a macro to make this convenient. Testing
And the user would then write a normal testcontainers-style test like this:
DeployingEither deploy the same image we tested:
or deploy a zip file:
Then refer to that ZIP from a terraform deploy rule. |
What is the current behavior?
AWS documents how to build, test, and release NodeJS lambdas.
They can be released as container images or zip files.
Describe the feature
Provide easy support in Bazel for doing all the build/test/release tasks related to NodeJS lambda.
The text was updated successfully, but these errors were encountered: