Registry / other / cfndsl

cfndsl

JSON →
library1.7.3rbrubygemsunverified

DSL for creating AWS Cloudformation templates.

gem install cfndsl
INSTALL
IMPORT
SIG · CFNDSL
C
cfndsl
otherrubyv1.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CfnDsl
require 'cfndsl'

Generate a CloudFormation template using the DSL.

require 'cfndsl' cfn = CfnDsl::JSON.new do Description "My stack" Resource("MyBucket") { Type "AWS::S3::Bucket" } end puts cfn.to_json
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
cfndsl — gem install cfndsl · libregistry