Skip to content

Instantly share code, notes, and snippets.

@dave-malone
Created September 23, 2020 20:51
Show Gist options
  • Save dave-malone/dd4babdd9b1d97b2cea8ddb8f30b45d8 to your computer and use it in GitHub Desktop.
Save dave-malone/dd4babdd9b1d97b2cea8ddb8f30b45d8 to your computer and use it in GitHub Desktop.
Drop into a running Lambda function container on Greengrass
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