This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
can not find deno with https://github.com/lambci/docker-lambda? #81
Comments
davidxiao
changed the title
how to develop and debug with lambda and dynamodb?
can not find deno with localstack?
May 28, 2020
davidxiao
changed the title
can not find deno with localstack?
can not find deno with https://github.com/lambci/docker-lambda?
May 28, 2020
This comment has been minimized.
This comment has been minimized.
yeah, i downloaded deno-lambda-layer.zip and unzipped it, then ran in the dir with unzipped files:
|
This comment has been minimized.
This comment has been minimized.
Ah, got it: The layer must be added as a layer (mounted at
Using stay open:
in another shell:
It probably makes sense to store the layer in a separate directory. |
This was referenced May 29, 2020
yeah, sorry for late response, just had chance come now, can close the ticket |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
I tried to play this with
local lambda
, while getting the below error:111 #### PATH=/var/task/bin:/usr/local/bin:/usr/bin/:/bin:/opt/bin
222 #### pwd=/var/task
/var/task/bootstrap: line 238: deno: command not found
line 238 is below line, i tried to echo out the path and pwd
https://github.com/hayd/deno-lambda/blob/master/runtime/bootstrap#L236
reckon if it's related to lambda image ? because that
deno
can not run in Mac as wellBTW, what is https://github.com/hayd/deno-lambda/releases/download/1.0.2/amz-deno.gz and what it's for?
The text was updated successfully, but these errors were encountered: