FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-lambda/base/dump.sh at build-python3.8 · greencloudcomputing/docker-lambda · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
greencloudcomputing
/
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
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-lambda
/
base
/
dump.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (8 loc) · 373 Bytes
Breadcrumbs
docker-lambda
/
base
/
dump.sh
Copy path
File metadata and controls
executable file
·
10 lines (8 loc) · 373 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
#!
/bin/bash
source
${PWD}
/runtimes.sh
for
RUNTIME
in
$RUNTIMES
;
do
echo
$RUNTIME
aws --cli-read-timeout 0 --cli-connect-timeout 0 lambda invoke --function-name
"
dump-
${RUNTIME}
"
/dev/stdout
aws logs filter-log-events --log-group-name
"
/aws/lambda/dump-
${RUNTIME}
"
\
--start-time
$(
node -p
'
Date.now() - 5*60*1000
'
)
--query
'
events[].message
'
--output text
done
Back
|
FazBrowse Home
|
New Git URL