Skip to content

Plugins

Michael Dombrowski edited this page Oct 4, 2023 · 2 revisions

Overview

Greengrass can load components as plugins to the Nucleus JVM. This enables those plugins to access anything that Nucleus or other plugins offer via their Java interfaces. Because of this, plugins are very powerful and are able to do things that no component would otherwise be able to do. Plugins currently come in 3 types; 1) component 2) "trusted" 3) provisioning plugin.

Component

Trusted

Provisioning

Clone this wiki locally