i have some old ones (2013) for a few aws services, i'd say there mostly just poc albeit with good unit tests. they internally use dynamodb to work in ha mode with distributed lease/locks.
one for route 53 that creates dns entries for related service units https://code.launchpad.net/~hazmat/charms/precise/aws-route53/trunk one for rds to provision a database (this one definitely bitrotted as db engines in aws have all rotated to newer versions) https://code.launchpad.net/~hazmat/charms/precise/aws-route53/trunk one for elb http://bazaar.launchpad.net/~hazmat/charms/precise/aws-elb/trunk/files most of the code for the charms is in a separate package awsjuju on pypi. cheers kapil On Wed, Aug 19, 2015 at 10:19 AM, Samuel Cozannet < [email protected]> wrote: > Hi! > > Still working with SpagoBI, Alberto and Ana are looking for examples of > proxy charms, or best practices to expose external services. > > I think vzzualmobileapi is one of these, but are there documented best > practices about them somewhere and/or example? I couldn't help on that one. > > Many thanks! > > Best, > Samuel > > -- > Samuel Cozannet > Cloud, Big Data and IoT Strategy Team > Business Development - Cloud and ISV Ecosystem > Changing the Future of Cloud > Ubuntu <http://ubuntu.com> / Canonical UK LTD <http://canonical.com> / > Juju <https://jujucharms.com> > [email protected] > mob: +33 616 702 389 > skype: samnco > Twitter: @SaMnCo_23 > [image: View Samuel Cozannet's profile on LinkedIn] > <https://es.linkedin.com/in/scozannet> > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
