{ "name": "static-asset", "version": "1.0.0", "kind": "l2", "depth": 1, "description": "A composition that references the s3 L1 primitive to deploy a single S3 bucket for static asset hosting.", "children": [ { "id": "s3", "module": "s3@1.0.0" } ], "wires": [ {"from": "contract.inputs.bucket_name", "to": "s3.inputs.bucket_name"}, {"from": "contract.inputs.region", "to": "s3.inputs.region"} ], "outputs": [ {"from": "s3.outputs.bucket_arn", "to": "stack.outputs.bucket_arn"}, {"from": "s3.outputs.bucket_name", "to": "stack.outputs.bucket_name"} ] }