Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 712 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 712 Bytes

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