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 08249b0 commit b1a3025Copy full SHA for b1a3025
lib/deploy/stepFunctions/compileStateMachines.js
@@ -12,7 +12,7 @@ module.exports = {
12
let DependsOn;
13
let Name;
14
15
- if (stateMachineObj.Name) {
+ if (stateMachineObj.hasOwnProperty('Name')) {
16
Name = stateMachineObj.Name;
17
}
18
0 commit comments