Sh

This module allows running a shell command as part of a blueprint. Although we generally recommend using glue-native modules to achieve tasks, this is helpful when the right tooling is not available.

Example:

Sh("ls -la")