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 0724ad1 commit 5a6644cCopy full SHA for 5a6644c
lib/deploy/stepFunctions/compileStateMachines.js
@@ -188,7 +188,7 @@ module.exports = {
188
_.forEach(stateMachineTags, tag => Tags.push(tag));
189
}
190
191
- if (value.type === 'EXPRESS' && value.loggingConfig) {
+ if (value.loggingConfig) {
192
const Destinations = (value.loggingConfig.destinations || [])
193
.map(arn => ({
194
CloudWatchLogsLogGroup: {
0 commit comments