tongueroo / jets-command-project

Shows how to run any command on AWS Lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands Project

BoltOps Badge

Simple project shows a command_job.rb class that allows you to run any command remotely on AWS Lambda.

This could be used to do maintenance things like migrate the database if you only have access to the database within Lambda: How do I Migrate the Database?

There is a general execute method where you and specific the command in the event payload, example:

{
  command: "whoami"
}

More Examples

tongueroo/jets-examples

About

Shows how to run any command on AWS Lambda


Languages

Language:Ruby 52.9%Language:HTML 33.9%Language:JavaScript 12.0%Language:CSS 1.2%