app.capabilities
element
The capabilities
section acts as "glue" infrastructure for applications. This gives the application access to datastores, third parties, and much more. See Capabilities for more information about capabilities.
Examples
Postgres Access
yaml
apps:
api:
capabilities:
- name: postgres
module: nullstone/aws-postgres-access
connections:
postgres: postgres
Rails SECRET_KEY_BASE
yaml
apps:
api:
capabilities:
- name: rails-cookies
module: nullstone/rails-cookies
Attributes
module
See blocks#module
.
module_version
vars
See blocks#vars
.
connections
See blocks#connections
.