Skip to content

matt-land/lambda_remote_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Bash

This is a demo of running arbitrary bash commands on AWS lambda, which is helpful in exploring the platform.

Create a python lambda called "remote_bash", and paste in the lambda_function.py code.

A sample config is provided.

Install aws cli tools if you haven't.

Run aws configure if you haven't.

Usage:

./remote_bash.sh "df -h"

About

run arbitrary bash commands on aws lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published