Skip to content

Commit

Permalink
Switch logs to loggroup for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepruitt committed Jun 11, 2018
1 parent d862fad commit 1ba5dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module.exports = (options = {}) => {
}
};

Resources[prefixed('Logs')] = {
Resources[prefixed('LogGroup')] = {
Type: 'AWS::Logs::LogGroup',
Properties: {
LogGroupName: cf.join('-', [
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/template.jest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Object {
},
"Type": "AWS::SQS::Queue",
},
"SoupLogs": Object {
"SoupLogGroup": Object {
"Properties": Object {
"LogGroupName": Object {
"Fn::Join": Array [
Expand Down Expand Up @@ -726,7 +726,7 @@ Object {
},
"Type": "AWS::SQS::Queue",
},
"WatchbotLogs": Object {
"WatchbotLogGroup": Object {
"Properties": Object {
"LogGroupName": Object {
"Fn::Join": Array [
Expand Down

0 comments on commit 1ba5dcf

Please sign in to comment.