aws-lambda-container-image-converter | AWS Lambda container image converter tool | Continuous Deployment library
kandi X-RAY | aws-lambda-container-image-converter Summary
kandi X-RAY | aws-lambda-container-image-converter Summary
This sample code is made available under a modified MIT license. See the LICENSE file.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aws-lambda-container-image-converter
aws-lambda-container-image-converter Key Features
aws-lambda-container-image-converter Examples and Code Snippets
Community Discussions
Trending Discussions on aws-lambda-container-image-converter
QUESTION
I have a AWS Lambda written in Spring Boot. The Spring Boot code makes use of a Process
to execute a npm
command.
This is perfectly fine when running on a server as I can globally install npm packages.
What's the best way to get this working in a lambda?
I toyed around with https://github.com/awslabs/aws-lambda-container-image-converter attempting to create a custom runtime environment which has both Java and the npm package I need. However I wasn't able to get very far due to lack of understanding. I'm even sure if this is the right tool to be using.
So, how can I run both a Java application and execute a npm command in a single lambda?
...ANSWER
Answered 2019-Jun-07 at 04:03I believe there are only two options:
Use a AWS Layers with npm binary. As you mentioned you can use a custom runtime or add a new layer to your existing lambda function.
Invoke another lambda function with nodejs runtime synchronously and capture the response. Check java SDK method for Invoke endpoint
Depending on your particular problem, there also a 3rd option to convert your nodejs library into a executable binary using nexe or a similar library
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aws-lambda-container-image-converter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page