Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 982 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 982 Bytes

lambot

A starting point for serverless automation.

View the original blog post.

Feel free to fork this repo or suggest improvements or changes.

Structure

  • /image - The Docker source for building a custom image for Lambot to use in ECS.
  • /infra - Terraform infrastructure for creating Lambot's ECS cluster, service, and task definition.
  • /lib - Lambot lambda source code
    • /clients - Helper clients for interfacing with other
    • /tasks - Lambot supported tasks
    • config.js - Rudimentary Lambot configuration for demonstration purposes. Anything secure should be in parameter store.
    • index.js - Lambot lambda entrypoint

Prerequisites

The source code in this repository assumes at-least basic knowledge of:

License

MIT