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.
1 parent 6d7c341 commit a2742a6Copy full SHA for a2742a6
packages/amplify-provider-awscloudformation/lib/push-resources.js
@@ -312,7 +312,7 @@ function updateCloudFormationNestedStack(
312
const jsonString = JSON.stringify(nestedStack, null, '\t');
313
context.filesystem.write(nestedStackFilepath, jsonString);
314
315
- return new Cloudformation(context, undefined, userAgentAction)
+ return new Cloudformation(context, userAgentAction)
316
.then(cfnItem => cfnItem.updateResourceStack(
317
path.normalize(path.join(backEndDir, providerName)),
318
nestedStackFileName,
0 commit comments