Y
Hacker News
new
|
ask
|
show
|
jobs
by
mjb
2033 days ago
You don't need to build from a Lambda specific base image - you can use (nearly) any base image you choose. Your application just needs to implement the Lambda runtime API, which we provide clients for in multiple languages.
1 comments
babyyoda
2033 days ago
Sure - and looks like runtime API isn't terrible, but still not a "lift and shift my express app as a Lambda" which I can do with Cloud Run
link