Skip to content

Commit 8189cdb

Browse files
author
AlexHladin
committed
test
1 parent 19b037f commit 8189cdb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/resources/Api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ export class Api {
156156
LogGroupName: {
157157
'Fn::Join': [
158158
'/',
159-
['/aws/appsync/apis',{ 'Fn::GetAtt': [apiLogicalId, 'ApiId'] }],
159+
[
160+
'/aws/appsync/apis',
161+
{ 'Fn::GetAtt': [apiLogicalId, 'ApiId'] },
162+
],
160163
],
161164
},
162165
RetentionInDays:

0 commit comments

Comments
 (0)