serverless-step-functions
Advanced tools
Comparing version 2.27.0 to 2.27.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
executionThrottled: 'ExecutionThrottled', | ||
executionSucceeded: 'ExecutionSucceeded', | ||
executionsSucceeded: 'ExecutionsSucceeded', | ||
}; | ||
@@ -22,3 +22,3 @@ | ||
executionThrottled: 'execution were throttled', | ||
executionSucceeded: 'execution succeeded', | ||
executionsSucceeded: 'executions succeeded', | ||
}; | ||
@@ -25,0 +25,0 @@ |
@@ -25,3 +25,3 @@ const Joi = require('@hapi/joi'); | ||
.allow('executionsTimedOut', 'executionsFailed', 'executionsAborted', 'executionThrottled', | ||
'executionSucceeded'); | ||
'executionsSucceeded'); | ||
@@ -28,0 +28,0 @@ const complexMetric = Joi.object().keys({ |
@@ -67,3 +67,3 @@ 'use strict'; | ||
'executionThrottled', | ||
'executionSucceeded', | ||
'executionsSucceeded', | ||
], | ||
@@ -301,3 +301,3 @@ }, | ||
'executionThrottled', | ||
'executionSucceeded', | ||
'executionsSucceeded', | ||
], | ||
@@ -359,3 +359,3 @@ treatMissingData: 'ignore', | ||
'executionThrottled', | ||
'executionSucceeded', | ||
'executionsSucceeded', | ||
], | ||
@@ -362,0 +362,0 @@ treatMissingData: 'ignore', |
{ | ||
"name": "serverless-step-functions", | ||
"version": "2.27.0", | ||
"version": "2.27.1", | ||
"description": "The module is AWS Step Functions plugin for Serverless Framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -258,3 +258,3 @@ # Serverless Step Functions | ||
- executionThrottled | ||
- executionSucceeded | ||
- executionsSucceeded | ||
treatMissingData: missing | ||
@@ -261,0 +261,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
522517