Configset Built-In Helpers

Lono provides additional built-in helpers with the configset DSL.

Name Description
authentication The authentication is use with the source method to add AWS::CloudFormation::Authentication. This allows you to download files from private sources.
content_file renders a file in the content folder of the configset.
gem_package This installs a gem.
s3_key Used with the source method to reference configset files that were automatically uploaded to s3.
yum_package Install a yum package.

The built-in helpers are defined here in the lono source: configset/strategy/helpers