Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
17 lines (13 sloc) 384 Bytes
composition
import Fugue.AWS as AWS
import FugueDemoLib as FugueDemoLib
############################################################
# Invocation of 'new' function from imported 'FugueDemoLib'
############################################################
my-demo-app: FugueDemoLib.new {
region: AWS.Us-west-2,
asg-min: 2,
asg-max: 2,
ddb-read: 5,
ddb-write: 5
}