Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 340 Bytes

File metadata and controls

10 lines (6 loc) · 340 Bytes

Stakkr Plugin Example

This repo contains some examples of Stakkr plugins

Note: Currently using the repo as a point to test the Lambda setup from

Some pointers

  • Plugins must be a promise. This can be as simple as always exporting an async method.
  • Plugins should always return the payload even if they don't change it at all.