Created
September 23, 2020 20:51
-
-
Save dave-malone/dd4babdd9b1d97b2cea8ddb8f30b45d8 to your computer and use it in GitHub Desktop.
Drop into a running Lambda function container on Greengrass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps aux | grep lambda_runtime | |
sudo nsenter -t $PID -m /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment