serverless-default-aws-resource-properties
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "serverless-default-aws-resource-properties", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Set default properties a given CloudFormation resource should have based on type", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,4 +47,5 @@ [![CircleCI](https://circleci.com/gh/neverendingqs/serverless-default-aws-resource-properties.svg?style=svg)](https://circleci.com/gh/neverendingqs/serverless-default-aws-resource-properties) | ||
Properties: | ||
DestinationBucketName: | ||
Ref: LoggingBucket | ||
LoggingConfiguration: | ||
DestinationBucketName: | ||
Ref: LoggingBucket | ||
``` |
16567
51