@cloudadder/cdk-ec2-imagebuilder
v0.0.29
Published
[](https://github.com/cloudadder/cdk-ec2-imagebuilder/actions/workflows/build.yml) [ {
super(scope, id, props);
new ImageBuilder(this, 'ImageBuilder', {
componentsFolder: './test/components',
amiName: 'test-ami',
subnetId: 'subnet-12345',
securityGroupIds: ['sg-12345'],
version: '1.0.0',
id: 'test-123',
});
}
}Links
License
Distributed under the Apache-2.0 license.
