FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-lambda/nodejs/run/Dockerfile at python3.6 · Frameio/docker-lambda · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Frameio
/
docker-lambda
Public
forked from
lambci/docker-lambda
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-lambda
/
nodejs
/
run
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (9 loc) · 533 Bytes
Breadcrumbs
docker-lambda
/
nodejs
/
run
/
Dockerfile
Copy path
File metadata and controls
15 lines (9 loc) · 533 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM
lambci/lambda-base
ENV
AWS_EXECUTION_ENV=AWS_Lambda_nodejs \
NODE_PATH=/var/runtime:/var/task:/var/runtime/node_modules
RUN
rm -rf /var/runtime /var/lang && \
curl https://lambci.s3.amazonaws.com/fs/nodejs.tgz | tar -zx -C /
COPY
awslambda-mock.js /var/runtime/node_modules/awslambda/build/Release/awslambda.js
USER
sbx_user1051
ENTRYPOINT
[
"/usr/bin/node"
,
"--max-old-space-size=1229"
,
"--max-new-space-size=153"
,
"--max-executable-size=153"
,
"--expose-gc"
, \
"/var/runtime/node_modules/awslambda/bin/awslambda"
]
Back
|
FazBrowse Home
|
New Git URL