You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --entrypoint=bash public.ecr.aws/lambda/nodejs:16`
bash-4.2# cat /var/runtime/index.js
cat: /var/runtime/index.js: No such file or directory
Description:
Looks like
index.js
is missing in the nodejs Lambda image, and that is the expected entrypoint for local Docker-based Lambda debugging:aws-sam-cli/samcli/local/docker/lambda_debug_settings.py
Line 137 in d7e0c43
Related:
Steps to reproduce:
Try to attach a nodejs debugger to port 5861.
Observed result:
debugger fails to attach:
Expected result:
can attach nodejs debugger.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.50The text was updated successfully, but these errors were encountered: