Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
executable file
·
10 lines (8 loc) · 469 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 469 Bytes
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
RUNTIMES="node43 node610 node810 node10x python27 python36 python37 ruby25 java8 go1x dotnetcore20 dotnetcore21 provided"
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.