Skip to content

Automatic/interface-aws-integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This layer encapsulates the aws-integration interface communciation protocol and provides an API for charms on either side of relations using this interface.

Usage

In your charm's layer.yaml, ensure that interface:aws-integration is included in the includes section:

includes: ['layer:basic', 'interface:aws-integration']

And in your charm's metadata.yaml, ensure that a relation endpoint is defined using the aws-integration interface protocol:

requires:
  aws:
    interface: aws-integration

For documentation on how to use the API for this interface, see:

About

Interface layer for connecting to the AWS integrator charm

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages