Skip to content

Commit 6e83014

Browse files
committed
fix: add noOutput option use case
1 parent 31eca85 commit 6e83014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ stepFunctions:
353353

354354
### Disable Output Cloudformation Outputs section
355355

356-
Disables output in Outputs section.
356+
Disables output in the CloudFormation Outputs section. if you define many state-machines in serverless.yml, there is a possibility of reaching out a CloudFormation limits in which the maximum number of outputs is 60. If you define `noOutput: true`, you can prevent automatically output by this plugin.
357357

358358
```yaml
359359
stepFUnctions:

0 commit comments

Comments
 (0)