We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eba67cf + 32e5322 commit d9ef44dCopy full SHA for d9ef44d
src/resources/Api.ts
@@ -155,7 +155,10 @@ export class Api {
155
LogGroupName: {
156
'Fn::Join': [
157
'/',
158
- ['/aws/appsync/apis', { 'Fn::GetAtt': [apiLogicalId, 'ApiId'] }],
+ [
159
+ '/aws/appsync/apis',
160
+ { 'Fn::GetAtt': [apiLogicalId, 'ApiId'] },
161
+ ],
162
],
163
},
164
RetentionInDays:
@@ -164,7 +167,7 @@ export class Api {
167
165
168
166
169
};
- };
170
+ }
171
172
return {
173
[logGroupLogicalId]: {
0 commit comments