@mbc-cqrs-serverless/cli 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbc-cqrs-serverless/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "a CLI to get started with MBC CQRS serverless framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mbc",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"@faker-js/faker": "^8.3.1",
|
|
59
59
|
"copyfiles": "^2.4.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "82b481dec5b32989b1eb6b0b3a50548f31429e57"
|
|
62
62
|
}
|
|
@@ -889,6 +889,7 @@ export class InfraStack extends cdk.Stack {
|
|
|
889
889
|
|
|
890
890
|
const sfnImportCsvDefinition = new DistributedMap(this, 'import-csv', {
|
|
891
891
|
maxConcurrency: 50,
|
|
892
|
+
resultPath: cdk.aws_stepfunctions.JsonPath.DISCARD,
|
|
892
893
|
})
|
|
893
894
|
.setLabel('import-csv')
|
|
894
895
|
.setItemReader({
|