@izara_project/izara-core-generate-service-code 1.0.20 → 1.0.22
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/index.js +4 -4
- package/jsconfig.json +9 -0
- package/package.json +17 -14
- package/src/SourceManager/CreateSource.js +48 -101
- package/src/generateCode/generateFlowSchema/GenerateCodeFlowSchema.js +221 -0
- package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/functionYaml/data.js +5 -9
- package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/handler/inv/data.js +23 -25
- package/src/{TemplateData/flowSchema/event/eventBridge/eventBridgeComponent.js → generateCode/generateFlowSchema/event/eventBridgeComponent/index.js} +6 -5
- package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/mainFunction/data.js +22 -24
- package/src/{TemplateData/flowSchema/event/externalTopic/externalTopicComponent.js → generateCode/generateFlowSchema/event/extTopicComponent/index.js} +5 -9
- package/src/{TemplateData/flowSchema/event/externalTopic/Process → generateCode/generateFlowSchema/event/extTopicComponent/process}/functionYaml/data.js +26 -28
- package/src/generateCode/generateFlowSchema/event/extTopicComponent/process/handler/data.js +65 -0
- package/src/{TemplateData/flowSchema/event/externalTopic → generateCode/generateFlowSchema/event/extTopicComponent}/sns-in-sqs/data.js +2 -2
- package/src/{TemplateData/flowSchema/CreateRecordComplete/queue → generateCode/generateFlowSchema/event/extTopicComponent/sns-out}/data.js +20 -18
- package/src/{TemplateData/flowSchema/event/lambdaSync/Api → generateCode/generateFlowSchema/event/lambdaSyncApiComponent}/functionYaml/data.js +7 -19
- package/src/{TemplateData/flowSchema/event/lambdaSync/Api → generateCode/generateFlowSchema/event/lambdaSyncApiComponent}/handler/data.js +7 -11
- package/src/generateCode/generateFlowSchema/event/lambdaSyncApiComponent/index.js +17 -0
- package/src/{TemplateData/flowSchema/event/lambdaSync/Inv → generateCode/generateFlowSchema/event/lambdaSyncInvComponent}/functionYaml/data.js +8 -13
- package/src/{TemplateData/flowSchema/event/lambdaSync/Inv → generateCode/generateFlowSchema/event/lambdaSyncInvComponent}/handler/data.js +6 -9
- package/src/generateCode/generateFlowSchema/event/lambdaSyncInvComponent/index.js +17 -0
- package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComponent → generateCode/generateFlowSchema/event/ownTopicComponent/endpointComponent}/functionYaml/data.js +5 -9
- package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComponent → generateCode/generateFlowSchema/event/ownTopicComponent/endpointComponent}/handler/data.js +15 -17
- package/src/{TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent → generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent}/functionYaml/data.js +41 -27
- package/src/generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent/functionYaml/template.ejs +11 -0
- package/src/{TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent → generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent}/handler/data.js +6 -9
- package/src/{TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent → generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent}/mainFunction/data.js +4 -7
- package/src/generateCode/generateFlowSchema/event/ownTopicComponent/index.js +49 -0
- package/src/{TemplateData/flowSchema/event/ownTopic → generateCode/generateFlowSchema/event/ownTopicComponent}/sns-in/data.js +6 -6
- package/src/{TemplateData/flowSchema/event/ownTopic → generateCode/generateFlowSchema/event/ownTopicComponent}/sns-out/data.js +9 -9
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/event/s3Component}/flowSchemaMainFunction/data.js +3 -8
- package/src/{TemplateData/flowSchema/event/s3/s3Component.js → generateCode/generateFlowSchema/event/s3Component/index.js} +7 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/functionYaml/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/handler/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/mainFunction/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/queue/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/functionYaml/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/handler/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/functionYaml/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/handler/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/sns-sqs/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/functionYaml/data.js +6 -5
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/handler/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/queue/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/functionYaml/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/handler/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/sqs/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/functionYml/HdrS3/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/handler/handlerS3/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/queue/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/relate/S3/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/relate/sns-out/data.js +3 -3
- package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/websocket/dynamoDb/ReservedTableData.js +1 -1
- package/src/generateCode/generateFlowSchema/flowSchemaMainFunction/data.js +126 -0
- package/src/generateCode/generateFlowSchema/flowSchemaMainFunction/template.ejs +92 -0
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/afterPluginHook/templateMain.ejs +0 -1
- package/src/generateCode/generateFlowSchema/flowStep/flowStep.js +500 -0
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/libs/data.js +1 -1
- package/src/{TemplateData/flowSchema/event/s3/upload/relate → generateCode/generateFlowSchema}/libs/template.ejs +20 -2
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/functionYaml/data.js +27 -29
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/handler/data.js +16 -18
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/mainFunction/data.js +4 -8
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/dynamoDB/register.js +27 -29
- package/src/{TemplateData/flowSchema/register/registerComponent.js → generateCode/generateFlowSchema/registerComponent/index.js} +15 -8
- package/src/{TemplateData/relationshipPerAction/update/complete/sns-out → generateCode/generateFlowSchema/registerComponent/sns-in}/data.js +11 -17
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/subscriptionOutAll/data.js +5 -4
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/functionYaml/data.js +23 -25
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/handler/data.js +3 -7
- package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/mainFunction/data.js +5 -8
- package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/FunctionYaml → generateCode/generateFlowSchema/statusType/statusFieldComponent/functionYaml}/data.js +4 -4
- package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/Handler → generateCode/generateFlowSchema/statusType/statusFieldComponent/handler}/data.js +2 -2
- package/src/generateCode/generateFlowSchema/statusType/statusFieldComponent/index.js +33 -0
- package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/MainFunction → generateCode/generateFlowSchema/statusType/statusFieldComponent/mainFunction}/data.js +2 -2
- package/src/{TemplateData/flowSchema/event/ownTopic → generateCode/generateFlowSchema/statusType}/statusFieldComponent/sns/data.js +2 -2
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/functionYaml/data.js +7 -6
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/handler/data.js +9 -4
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/mainFunction/data.js +4 -3
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/functionYaml/data.js +5 -5
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/handler/data.js +8 -3
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/mainFunction/data.js +2 -2
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/functionYaml/dsq/data.js +6 -5
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/functionYaml/sqs/data.js +6 -5
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/handler/dsq/data.js +4 -3
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/handler/sqs/data.js +4 -3
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/mainFunction/data.js +4 -3
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheQueue/data.js +17 -5
- package/src/generateCode/generateFlowSchema/webSocketComponent/index.js +39 -0
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/connect/functionYaml/data.js +5 -10
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/connect/handler/data.js +5 -11
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/dynamoDb/WebSocketTaskData.js +8 -2
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/dynamoDb/userUploadRecords.js +2 -2
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/functionYaml/data.js +7 -12
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/handler/data.js +3 -8
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/mainFunction/data.js +2 -7
- package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/sqs/data.js +7 -5
- package/src/generateCode/generateInitialSetup/GenerateCodeExternalService.js +66 -0
- package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/functionNameConfig/data.js +13 -9
- package/src/{TemplateData/externalService/generateTemplateData.js → generateCode/generateInitialSetup/externalServiceComponent/index.js} +14 -30
- package/src/generateCode/generateInitialSetup/externalServiceComponent/lambdaRole/data.js +230 -0
- package/src/generateCode/generateInitialSetup/externalServiceComponent/snsTopicSubscriptions/data.js +139 -0
- package/src/{TemplateData/Auth → generateCode/generateOther}/generateAuthYml/data.js +14 -12
- package/src/{TemplateData/Auth → generateCode/generateOther}/generateAuthYml/template.ejs +4 -2
- package/src/{TemplateData/Auth/generateTemplateData.js → generateCode/generateOther/generateCodeOther.js} +7 -14
- package/src/generateCode/generateRole/generateCodeRole.js +31 -0
- package/src/generateCode/generateRole/generateRoleNameConfig/data.js +181 -0
- package/src/generateCode/generateRole/generateRoleNameConfig/template.ejs +14 -0
- package/src/generateCode/generateRole/generateRoleNameConfig/templateIntTesting.ejs +31 -0
- package/src/generateCode/generateRole/generateRoleNameConfig/templateYaml.ejs +10 -0
- package/src/{TemplateData/generateRole → generateCode/generateRole/generateSharedResource}/data.js +5 -5
- package/src/{TemplateData/generateRole → generateCode/generateRole/generateSharedResource}/template.ejs +5 -5
- package/src/generateCode/generateSchema/GenerateCodeSchema.js +125 -0
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/handler/data.js +4 -3
- package/src/generateCode/generateSchema/actionEndpointCompleteComponent/create/mainFunction/Untitled +1 -0
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/mainFunction/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/sns-out/data.js +5 -4
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/yaml/data.js +6 -5
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/handler/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/mainFunction/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/sns-out/data.js +5 -4
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/yaml/data.js +5 -4
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/handler/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/mainFunction/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/sns-out/data.js +5 -4
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/yaml/data.js +5 -4
- package/src/generateCode/generateSchema/actionEndpointCompleteComponent/index.js +80 -0
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/handler/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/mainFunction/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/sns-out/data.js +5 -4
- package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/yaml/data.js +6 -5
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/api/data.js +55 -0
- package/src/{TemplateData/EndpointPerService → generateCode/generateSchema/actionEndpointComponent}/handler/api/template.ejs +5 -11
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/beforeLogical/data.js +56 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/beforeLogical/template.ejs +123 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/dsq/data.js +55 -0
- package/src/{TemplateData/EndpointPerService → generateCode/generateSchema/actionEndpointComponent}/handler/dsq/template.ejs +46 -49
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/inv/data.js +55 -0
- package/src/{TemplateData/EndpointPerService → generateCode/generateSchema/actionEndpointComponent}/handler/inv/template.ejs +5 -15
- package/src/generateCode/generateSchema/actionEndpointComponent/handler/sqs/data.js +55 -0
- package/src/{TemplateData/EndpointPerService → generateCode/generateSchema/actionEndpointComponent}/handler/sqs/template.ejs +48 -55
- package/src/generateCode/generateSchema/actionEndpointComponent/index.js +289 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/beforeLogical/data.js +51 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/beforeLogical/template.ejs +143 -0
- package/src/{TemplateData/EndpointPerService/mainFunction/create → generateCode/generateSchema/actionEndpointComponent/mainFunction/create/main}/data.js +10 -12
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/create/main/template.ejs +618 -0
- package/src/{TemplateData/EndpointPerService/mainFunction/delete → generateCode/generateSchema/actionEndpointComponent/mainFunction/delete/main}/data.js +7 -10
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/delete/main/template.ejs +329 -0
- package/src/{TemplateData/EndpointPerService → generateCode/generateSchema/actionEndpointComponent}/mainFunction/get/data.js +5 -9
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/get/template.ejs +188 -0
- package/src/{TemplateData/EndpointPerService/mainFunction/update → generateCode/generateSchema/actionEndpointComponent/mainFunction/update/main}/data.js +7 -10
- package/src/generateCode/generateSchema/actionEndpointComponent/mainFunction/update/main/template.ejs +465 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/resource/data.js +72 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/resource/template.ejs +54 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/resource/templateBeforeLogical.ejs +47 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/yaml/data.js +306 -0
- package/src/generateCode/generateSchema/actionEndpointComponent/yaml/template.ejs +28 -0
- package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/findDataYaml/data.js +18 -12
- package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/handler/data.js +7 -6
- package/src/{TemplateData/findData/generateTemplateData.js → generateCode/generateSchema/findDataComponent/index.js} +12 -11
- package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/mainFunction/data.js +13 -13
- package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/handler/data.js +7 -6
- package/src/{TemplateData/processLogical/generateTemplateData.js → generateCode/generateSchema/processLogicalComponent/index.js} +5 -15
- package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/mainFunction/data.js +4 -5
- package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/yaml/data.js +17 -11
- package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/handler/dsq/data.js +5 -5
- package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/handler/sqs/data.js +5 -5
- package/src/{TemplateData/processLogicalPagination/generateTemplateData.js → generateCode/generateSchema/processLogicalPaginationComponent/index.js} +7 -13
- package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/mainFunction/data.js +5 -5
- package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/yaml/dsq/data.js +27 -24
- package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/yaml/sqs/data.js +26 -21
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/data.js +4 -7
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/handler/sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/sns-out/data.js +2 -2
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/data.js +4 -7
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/handler/sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/sns-out/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/data.js +4 -7
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/templateByHandler/sqsTemplate.ejs +19 -20
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/handler/sqs/data.js +2 -2
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/sns-out/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/data.js +4 -7
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/handler/sqs/data.js +2 -2
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/sns-in-sqs/data.js +2 -2
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/sns-out/data.js +4 -3
- package/src/generateCode/generateSchema/relationshipPerActionComponent/index.js +163 -0
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/data.js +5 -8
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/handler/sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/sns-out/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/data.js +4 -7
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/handler/data.js +4 -3
- package/src/generateCode/generateSchema/relationshipPerActionComponent/update/action/handler/templateByHandler/sqsTemplate.ejs +169 -0
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/mainFunction/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-out/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/functionYaml/data.js +5 -4
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/handler/sqs/data.js +4 -3
- package/src/generateCode/generateSchema/relationshipPerActionComponent/update/complete/handler/sqs/request.json +0 -0
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/mainFunction/data.js +2 -2
- package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/sns-in-sqs/data.js +4 -3
- package/src/{TemplateData/flowSchema/register/sns-in → generateCode/generateSchema/relationshipPerActionComponent/update/complete/sns-out}/data.js +13 -12
- package/src/generateCode/generateSchema/roleNameConfig/data.js +77 -0
- package/src/generateCode/generateSchema/roleNameConfig/templateYaml.ejs +5 -0
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/dynamodb/defaultDynamoDbTable.js +1 -1
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/dynamodb/generateDynamoPerLink.js +4 -11
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/dynamodb/mainResourcePerObjectSchemaData.js +2 -2
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/filterGenerateResource/data.js +2 -3
- package/src/generateCode/resourceYamlComponent/index.js +96 -0
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-in-sqs/defaultSnsInSqsForFindDataAndProcessLogical.js +4 -3
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-in-sqs/snsAndSqsPerActionData.js +4 -3
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-out/data.js +4 -3
- package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-out/defaultSnsOutForFindDataAndProcessLogical.js +1 -1
- package/src/generateCode.js +223 -0
- package/src/{TemplateData → generateResources}/IntTest/generateResources/generateResources.js +3 -3
- package/src/{TemplateData → generateResources}/IntTest/generateTests/events/data.js +3 -3
- package/src/{TemplateData → generateResources}/IntTest/generateTests/generateTemplate.js +2 -2
- package/src/{TemplateData → generateResources}/IntTest/generateTests/tests/data.js +3 -3
- package/src/{TemplateData → generateResources}/IntTest/libs/libs.js +138 -110
- package/src/{GenerateResources.js → generateResources.js} +3 -2
- package/src/{GenerateTests.js → generateTests.js} +3 -2
- package/src/libs/Consts.js +195 -194
- package/src/libs/Libs.js +231 -129
- package/src/libs/Utils.js +2 -3
- package/src/GenerateCode.js +0 -185
- package/src/TemplateConfig.js +0 -55
- package/src/TemplateData/EndpointPerService/generateTemplateData.js +0 -127
- package/src/TemplateData/EndpointPerService/handler/api/data.js +0 -72
- package/src/TemplateData/EndpointPerService/handler/dsq/data.js +0 -76
- package/src/TemplateData/EndpointPerService/handler/inv/data.js +0 -78
- package/src/TemplateData/EndpointPerService/handler/sqs/data.js +0 -76
- package/src/TemplateData/EndpointPerService/mainFunction/create/template.ejs +0 -563
- package/src/TemplateData/EndpointPerService/mainFunction/delete/template.ejs +0 -156
- package/src/TemplateData/EndpointPerService/mainFunction/get/template.ejs +0 -266
- package/src/TemplateData/EndpointPerService/mainFunction/update/template.ejs +0 -445
- package/src/TemplateData/EndpointPerService/yaml/data.js +0 -311
- package/src/TemplateData/EndpointPerService/yaml/template.ejs +0 -35
- package/src/TemplateData/externalService/lambdaRole/data.js +0 -442
- package/src/TemplateData/externalService/snsTopicSubscriptions/data.js +0 -271
- package/src/TemplateData/flowSchema/CreateRecordComplete/functionYaml/data.js +0 -133
- package/src/TemplateData/flowSchema/CreateRecordComplete/functionYaml/template.ejs +0 -20
- package/src/TemplateData/flowSchema/CreateRecordComplete/handler/data.js +0 -68
- package/src/TemplateData/flowSchema/CreateRecordComplete/handler/template.ejs +0 -84
- package/src/TemplateData/flowSchema/CreateRecordComplete/mainFunction/data.js +0 -71
- package/src/TemplateData/flowSchema/CreateRecordComplete/mainFunction/template.ejs +0 -118
- package/src/TemplateData/flowSchema/CreateRecordComplete/queue/template.ejs +0 -49
- package/src/TemplateData/flowSchema/dynamoDb/data.js +0 -117
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/functionYaml/data.js +0 -114
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/functionYaml/template.ejs +0 -20
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/handler/data.js +0 -73
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/handler/template.ejs +0 -81
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/mainFunction/data.js +0 -70
- package/src/TemplateData/flowSchema/event/externalTopic/Complete/mainFunction/template.ejs +0 -58
- package/src/TemplateData/flowSchema/event/lambdaSync/lambdaSyncComponent.js +0 -32
- package/src/TemplateData/flowSchema/event/ownTopic/EndpointComplete/functionYaml/data.js +0 -116
- package/src/TemplateData/flowSchema/event/ownTopic/EndpointComplete/handler/data.js +0 -71
- package/src/TemplateData/flowSchema/event/ownTopic/EndpointComplete/handler/template.ejs +0 -81
- package/src/TemplateData/flowSchema/event/ownTopic/EndpointComplete/mainFunction/data.js +0 -71
- package/src/TemplateData/flowSchema/event/ownTopic/EndpointComplete/mainFunction/template.ejs +0 -61
- package/src/TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent/functionYaml/template.ejs +0 -18
- package/src/TemplateData/flowSchema/event/ownTopic/ownTopicComponent.js +0 -81
- package/src/TemplateData/flowSchema/event/s3/upload/relate/libs/data.js +0 -54
- package/src/TemplateData/flowSchema/flowStep/flowStep.js +0 -614
- package/src/TemplateData/flowSchema/generateTemplateData.js +0 -225
- package/src/TemplateData/flowSchema/libs/template.ejs +0 -97
- package/src/TemplateData/flowSchema/triggerCacheComponent/triggerCacheComplete/functionYaml/sqs/template.ejs +0 -21
- package/src/TemplateData/flowSchema/webSocketComplete/webSocketCompleteComponent.js +0 -30
- package/src/TemplateData/generateRole/createSharedResource.js +0 -468
- package/src/TemplateData/generateRole/sharedResourceTemplate.ejs +0 -32
- package/src/TemplateData/perActionComplete/create/mainFunction/createObjectComplete_main.js +0 -196
- package/src/TemplateData/perActionComplete/generateTemplateData.js +0 -162
- package/src/TemplateData/relationshipPerAction/generateTemplateData.js +0 -546
- package/src/TemplateData/relationshipPerAction/update/action/handler/templateByHandler/sqsTemplate.ejs +0 -180
- package/src/TemplateData/resourceYaml/generateTemplateData.js +0 -149
- /package/src/{TemplateData → __TemplateData}/flowSchema/event/externalTopic/Process/handler/data.js +0 -0
- /package/src/{TemplateData → __TemplateData}/flowSchema/event/externalTopic/sns-out/data.js +0 -0
- /package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/EndpointPerService/handler/api → generateCode/generateFlowSchema/event/eventBridgeComponent/handler/inv}/request.json +0 -0
- /package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/handler/inv/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/mainFunction/request.json +0 -0
- /package/src/{TemplateData/flowSchema/event/eventBridge → generateCode/generateFlowSchema/event/eventBridgeComponent}/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/externalTopic/Process → generateCode/generateFlowSchema/event/extTopicComponent/process}/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/externalTopic/Process → generateCode/generateFlowSchema/event/extTopicComponent/process}/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/externalTopic → generateCode/generateFlowSchema/event/extTopicComponent}/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/create/complete/functionYaml/request.json → generateCode/generateFlowSchema/event/generatedCodeComponent/index.js} +0 -0
- /package/src/{TemplateData/flowSchema/event/lambdaSync/Api → generateCode/generateFlowSchema/event/lambdaSyncApiComponent}/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/lambdaSync/Api → generateCode/generateFlowSchema/event/lambdaSyncApiComponent}/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/lambdaSync/Inv → generateCode/generateFlowSchema/event/lambdaSyncInvComponent}/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/lambdaSync/Inv → generateCode/generateFlowSchema/event/lambdaSyncInvComponent}/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComponent → generateCode/generateFlowSchema/event/ownTopicComponent/endpointComponent}/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComponent → generateCode/generateFlowSchema/event/ownTopicComponent/endpointComponent}/handler/DsqHandlerTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComponent → generateCode/generateFlowSchema/event/ownTopicComponent/endpointComponent}/handler/SqsHandlerTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent → generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent}/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/FlowSchemaComponent → generateCode/generateFlowSchema/event/ownTopicComponent/flowSchemaComponent}/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic → generateCode/generateFlowSchema/event/ownTopicComponent}/sns-in/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/event/s3Component}/flowSchemaMainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/confirmReserved/queue/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObject/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/createObjectComplete/sns-sqs/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/createPreSignUrl/queue/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/preSignUrl/reservedLimit/sqs/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/functionYml/HdrS3/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/handler/handlerS3/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/mainFunction/ProcessCsvtemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/queue/dsqTemplatePath.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/processFile/queue/s3Template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/s3 → generateCode/generateFlowSchema/event/s3Component}/upload/relate/S3/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/flowSchemaMainFunction}/templateByStatusType/statusFieldTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/flowSchemaMainFunction}/templateByStatusType/storedCacheTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/flowSchemaMainFunction}/templateByStatusType/triggerCacheTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/afterPluginHook/handler/templateDsq.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/afterPluginHook/handler/templateSqs.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/afterPluginHook/templateResource.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/afterPluginHook/templateYaml.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/firstFlowStep/templateHandler.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/firstFlowStep/templateMain.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/firstFlowStep/templateResource.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/firstFlowStep/templateYaml.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/noPlugInHook/templateHandler.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/noPlugInHook/templateMain.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/noPlugInHook/templateResource.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema}/flowStep/noPlugInHook/templateYaml.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/sns-in/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/subscriptionOutAll/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/register → generateCode/generateFlowSchema/registerComponent}/wbs/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/FunctionYaml → generateCode/generateFlowSchema/statusType/statusFieldComponent/functionYaml}/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/Handler → generateCode/generateFlowSchema/statusType/statusFieldComponent/handler}/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/statusFieldComponent/MainFunction → generateCode/generateFlowSchema/statusType/statusFieldComponent/mainFunction}/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic → generateCode/generateFlowSchema/statusType}/statusFieldComponent/sns/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/checkTriggerCacheComplete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/triggerCacheComponent/triggerCacheComponent.js → generateCode/generateFlowSchema/statusType/triggerCacheComponent/index.js} +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/processTriggerCache/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/event/ownTopic/EndpointComplete/functionYaml → generateCode/generateFlowSchema/statusType/triggerCacheComponent/triggerCacheComplete/functionYaml/dsq}/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema/triggerCacheComponent/triggerCacheComplete/functionYaml/dsq → generateCode/generateFlowSchema/statusType/triggerCacheComponent/triggerCacheComplete/functionYaml/sqs}/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/handler/dsq/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheComplete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/statusType}/triggerCacheComponent/triggerCacheQueue/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/connect/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/connect/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocket/dynamoDb/ttlDynamoTemplate.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/handler/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/sqs/template.ejs +0 -0
- /package/src/{TemplateData/flowSchema → generateCode/generateFlowSchema/webSocketComponent}/webSocketComplete/sqs/templateSub.ejs +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/functionNameConfig/template.ejs +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/functionNameConfig/templateIntTesting.ejs +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/functionNameConfig/templateYaml.ejs +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/lambdaRole/request.json +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/lambdaRole/template.ejs +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/snsTopicSubscriptions/request.json +0 -0
- /package/src/{TemplateData/externalService → generateCode/generateInitialSetup/externalServiceComponent}/snsTopicSubscriptions/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/handler/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/create/yaml/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/handler/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/delete/yaml/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/handler/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/get/yaml/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/handler/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/perActionComplete → generateCode/generateSchema/actionEndpointCompleteComponent}/update/yaml/template.ejs +0 -0
- /package/src/{TemplateData/EndpointPerService/handler/dsq → generateCode/generateSchema/actionEndpointComponent/handler/api}/request.json +0 -0
- /package/src/{TemplateData/EndpointPerService/handler/inv → generateCode/generateSchema/actionEndpointComponent/handler/dsq}/request.json +0 -0
- /package/src/{TemplateData/EndpointPerService/handler/sqs → generateCode/generateSchema/actionEndpointComponent/handler/inv}/request.json +0 -0
- /package/src/{TemplateData/flowSchema/event/eventBridge/handler/inv → generateCode/generateSchema/actionEndpointComponent/handler/sqs}/request.json +0 -0
- /package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/GetByStorage/getByDynamo.ejs +0 -0
- /package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/GetByStorage/getByGraph.ejs +0 -0
- /package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/findDataYaml/template.ejs +0 -0
- /package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/handler/template.ejs +0 -0
- /package/src/{TemplateData/findData → generateCode/generateSchema/findDataComponent}/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/handler/template.ejs +0 -0
- /package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/processLogical → generateCode/generateSchema/processLogicalComponent}/yaml/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination/DsqYaml → generateCode/generateSchema/processLogicalPaginationComponent/dsqYaml}/data.js +0 -0
- /package/src/{TemplateData/processLogicalPagination/DsqYaml → generateCode/generateSchema/processLogicalPaginationComponent/dsqYaml}/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/handler/dsq/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/yaml/dsq/template.ejs +0 -0
- /package/src/{TemplateData/processLogicalPagination → generateCode/generateSchema/processLogicalPaginationComponent}/yaml/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/handler/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/changeRelationship/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/handler/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/create/complete/handler/sqs → generateCode/generateSchema/relationshipPerActionComponent/create/complete/functionYaml}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/create/complete/mainFunction → generateCode/generateSchema/relationshipPerActionComponent/create/complete/handler/sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/create/complete/sns-in-sqs → generateCode/generateSchema/relationshipPerActionComponent/create/complete/mainFunction}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/create/complete/sns-out → generateCode/generateSchema/relationshipPerActionComponent/create/complete/sns-in-sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/delete/complete/functionYaml → generateCode/generateSchema/relationshipPerActionComponent/create/complete/sns-out}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/create/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/delete/complete/handler/sqs → generateCode/generateSchema/relationshipPerActionComponent/delete/complete/functionYaml}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/delete/complete/mainFunction → generateCode/generateSchema/relationshipPerActionComponent/delete/complete/handler/sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/delete/complete/sns-in-sqs → generateCode/generateSchema/relationshipPerActionComponent/delete/complete/mainFunction}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/delete/complete/sns-out → generateCode/generateSchema/relationshipPerActionComponent/delete/complete/sns-in-sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/get/complete/functionYaml → generateCode/generateSchema/relationshipPerActionComponent/delete/complete/sns-out}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/delete/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/handler/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/get/complete/handler/sqs → generateCode/generateSchema/relationshipPerActionComponent/get/complete/functionYaml}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/get/complete/mainFunction → generateCode/generateSchema/relationshipPerActionComponent/get/complete/handler/sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/get/complete/sns-in-sqs → generateCode/generateSchema/relationshipPerActionComponent/get/complete/mainFunction}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/get/complete/sns-out → generateCode/generateSchema/relationshipPerActionComponent/get/complete/sns-in-sqs}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction/update/complete/handler/sqs → generateCode/generateSchema/relationshipPerActionComponent/get/complete/sns-out}/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/get/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/handler/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/moveRelationship/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/functionYaml/templateByHandler/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/handler/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/handler/templateByHandler/apiTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/handler/templateByHandler/dsqTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/handler/templateByHandler/invTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/mainFunction/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-in-sqs/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/action/sns-out/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/functionYaml/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/functionYaml/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/handler/sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/mainFunction/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/mainFunction/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/sns-in-sqs/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/sns-in-sqs/template.ejs +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/sns-out/request.json +0 -0
- /package/src/{TemplateData/relationshipPerAction → generateCode/generateSchema/relationshipPerActionComponent}/update/complete/sns-out/template.ejs +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/dynamodb/template.ejs +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-in-sqs/request.json +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-in-sqs/snsTemplate.ejs +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-in-sqs/sqsTemplate.ejs +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-out/request.json +0 -0
- /package/src/{TemplateData/resourceYaml → generateCode/resourceYamlComponent}/sns-out/template.ejs +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/generateResources/templateResources.ejs +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/generateTests/events/templateEvents.ejs +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/generateTests/pathIntTest/data.js +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/generateTests/pathIntTest/template.ejs +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/generateTests/tests/templateTests.ejs +0 -0
- /package/src/{TemplateData → generateResources}/IntTest/upload/uploadIntTest.js +0 -0
|
@@ -1,614 +0,0 @@
|
|
|
1
|
-
import path from 'path';
|
|
2
|
-
import { fileURLToPath } from 'url';
|
|
3
|
-
|
|
4
|
-
import consts from '../../../libs/Consts.js';
|
|
5
|
-
import utils from '../../../libs/Utils.js';
|
|
6
|
-
import libs from '../../../libs/Libs.js';
|
|
7
|
-
|
|
8
|
-
const {
|
|
9
|
-
HANDLER,
|
|
10
|
-
SOURCE_PATH,
|
|
11
|
-
RESOURCE_CLASSES,
|
|
12
|
-
SNS_RESOURCE,
|
|
13
|
-
SAVE_FILE_NAME,
|
|
14
|
-
SQS_RESOURCE
|
|
15
|
-
} = consts;
|
|
16
|
-
|
|
17
|
-
const __filename = fileURLToPath(import.meta.url);
|
|
18
|
-
const __dirname = path.dirname(__filename);
|
|
19
|
-
|
|
20
|
-
const { firstLetterUpperCase: upperCase, firstLetterLowerCase: lowerCase } =
|
|
21
|
-
utils;
|
|
22
|
-
|
|
23
|
-
const {
|
|
24
|
-
shortNameHandler,
|
|
25
|
-
defaultIamRolePerAction,
|
|
26
|
-
createIamRole,
|
|
27
|
-
resourceNames
|
|
28
|
-
} = libs;
|
|
29
|
-
|
|
30
|
-
/*
|
|
31
|
-
* flowStep resources
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
// ? --- Lambda First Plugin Hook ---
|
|
35
|
-
const templateYamlFlowStep = path.join(
|
|
36
|
-
__dirname,
|
|
37
|
-
'firstFlowStep/templateYaml.ejs'
|
|
38
|
-
);
|
|
39
|
-
const templateHandlerFlowStep = path.join(
|
|
40
|
-
__dirname,
|
|
41
|
-
'firstFlowStep/templateHandler.ejs'
|
|
42
|
-
);
|
|
43
|
-
const templateMainFlowStep = path.join(
|
|
44
|
-
__dirname,
|
|
45
|
-
'firstFlowStep/templateMain.ejs'
|
|
46
|
-
);
|
|
47
|
-
const templateResourceFlowStep = path.join(
|
|
48
|
-
__dirname,
|
|
49
|
-
'firstFlowStep/templateResource.ejs'
|
|
50
|
-
);
|
|
51
|
-
|
|
52
|
-
// ? --- Lambda After Plugin Hook ---
|
|
53
|
-
const templateHandlerSqsAfterPlugInHookTag = path.join(
|
|
54
|
-
__dirname,
|
|
55
|
-
'afterPluginHook/handler/templateSqs.ejs'
|
|
56
|
-
);
|
|
57
|
-
const templateHandlerDsqAfterPlugInHookTag = path.join(
|
|
58
|
-
__dirname,
|
|
59
|
-
'afterPluginHook/handler/templateDsq.ejs'
|
|
60
|
-
);
|
|
61
|
-
const templateMainAfterPlugin = path.join(
|
|
62
|
-
__dirname,
|
|
63
|
-
'afterPluginHook/templateMain.ejs'
|
|
64
|
-
);
|
|
65
|
-
const templateYamlAfterPlugin = path.join(
|
|
66
|
-
__dirname,
|
|
67
|
-
'afterPluginHook/templateYaml.ejs'
|
|
68
|
-
);
|
|
69
|
-
const templateResourceAfterPlugin = path.join(
|
|
70
|
-
__dirname,
|
|
71
|
-
'afterPluginHook/templateResource.ejs'
|
|
72
|
-
);
|
|
73
|
-
|
|
74
|
-
// ? --- Lambda No Plugin Hook ---
|
|
75
|
-
// (Uses the same templates as First Plugin Hook)
|
|
76
|
-
const templateHandlerNoPlugInHook = path.join(
|
|
77
|
-
__dirname,
|
|
78
|
-
'noPlugInHook/templateHandler.ejs'
|
|
79
|
-
);
|
|
80
|
-
const templateMainNoPlugInHook = path.join(
|
|
81
|
-
__dirname,
|
|
82
|
-
'noPlugInHook/templateMain.ejs'
|
|
83
|
-
);
|
|
84
|
-
const templateYamlNoPlugInHook = path.join(
|
|
85
|
-
__dirname,
|
|
86
|
-
'noPlugInHook/templateYaml.ejs'
|
|
87
|
-
);
|
|
88
|
-
const templateResourceNoPlugInHook = path.join(
|
|
89
|
-
__dirname,
|
|
90
|
-
'noPlugInHook/templateResource.ejs'
|
|
91
|
-
);
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* Build FlowStep resources into a single array for clarity
|
|
95
|
-
* Processes flowSteps configuration and generates necessary Lambda, IAM, and SNS/SQS resources
|
|
96
|
-
*
|
|
97
|
-
* @param {Object} _izContext - Context object containing logger and configuration
|
|
98
|
-
* @param {Object} flowSchema - Flow schema containing flowSteps definitions
|
|
99
|
-
* @param {string} saveFilePath - Base path where generated files will be saved
|
|
100
|
-
* @returns {Array} Array of resource generation configurations
|
|
101
|
-
*/
|
|
102
|
-
function buildFlowStepResources(_izContext, flowSchema, saveFilePath) {
|
|
103
|
-
try {
|
|
104
|
-
// Validation: Check if flowSchema and flowSteps exist
|
|
105
|
-
if (!flowSchema || !flowSchema.flowSteps) return [];
|
|
106
|
-
const steps = Object.keys(flowSchema.flowSteps);
|
|
107
|
-
if (!steps.length) return [];
|
|
108
|
-
|
|
109
|
-
// Setup paths and variables
|
|
110
|
-
// Note: Filter steps based on In/Out presence (skip these as they're handled separately)
|
|
111
|
-
// Example data: { In: {...}, Process: {...}, Validate: {...}, Out: {...} }
|
|
112
|
-
const results = [];
|
|
113
|
-
// const pluginHookNamesPerStep = [];
|
|
114
|
-
|
|
115
|
-
// ====================================
|
|
116
|
-
// * MAIN LOOP: Process each flow step
|
|
117
|
-
// ====================================
|
|
118
|
-
for (const [flowStepName, flowStepConfig] of Object.entries(
|
|
119
|
-
flowSchema.flowSteps
|
|
120
|
-
)) {
|
|
121
|
-
// Skip In and Out steps - they are handled separately
|
|
122
|
-
if (flowStepName === 'In' || flowStepName === 'Out') {
|
|
123
|
-
continue;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Initialize step-level variables
|
|
127
|
-
const flowSchemaSourcePath = path.join(
|
|
128
|
-
saveFilePath,
|
|
129
|
-
consts.SOURCE_PATH.flowSchema,
|
|
130
|
-
upperCase(flowSchema.flowTag) + '/',
|
|
131
|
-
`${upperCase(flowStepName)}/source/`
|
|
132
|
-
);
|
|
133
|
-
const flowTag = flowSchema.flowTag;
|
|
134
|
-
const roleName = `${upperCase(flowSchema.flowTag)}`;
|
|
135
|
-
|
|
136
|
-
// console.debug('flowStepConfig.pluginHooks', flowStepConfig.plugInHooks);
|
|
137
|
-
if (flowStepConfig.plugInHooks && flowStepConfig.plugInHooks.length > 0) {
|
|
138
|
-
const plugInHooks = flowStepConfig.plugInHooks;
|
|
139
|
-
for (let index = 0; index < plugInHooks.length; index++) {
|
|
140
|
-
const pluginHook = plugInHooks[index];
|
|
141
|
-
const plugInHookTag = pluginHook.plugInHookTag;
|
|
142
|
-
const currentIndex = index + 2;
|
|
143
|
-
const afterPlugInHookTag = plugInHooks[index + 1]
|
|
144
|
-
? plugInHooks[index + 1].plugInHookTag
|
|
145
|
-
: undefined;
|
|
146
|
-
|
|
147
|
-
// ====================================
|
|
148
|
-
// * SECTION 1 Before Plugin Hooks
|
|
149
|
-
// ====================================
|
|
150
|
-
if (index === 0) {
|
|
151
|
-
const firstIndex = 1;
|
|
152
|
-
const additionalResourcePermission = defaultIamRolePerAction();
|
|
153
|
-
additionalResourcePermission.push(
|
|
154
|
-
createIamRole(
|
|
155
|
-
{
|
|
156
|
-
[RESOURCE_CLASSES.sns]: [SNS_RESOURCE.publish]
|
|
157
|
-
},
|
|
158
|
-
[
|
|
159
|
-
resourceNames(
|
|
160
|
-
RESOURCE_CLASSES.sns,
|
|
161
|
-
`${flowTag}_${flowStepName}_In`
|
|
162
|
-
)
|
|
163
|
-
]
|
|
164
|
-
),
|
|
165
|
-
createIamRole(
|
|
166
|
-
{
|
|
167
|
-
[RESOURCE_CLASSES.sqs]: [
|
|
168
|
-
SQS_RESOURCE.sendMessage,
|
|
169
|
-
SQS_RESOURCE.receiveMessage,
|
|
170
|
-
SQS_RESOURCE.deleteMessage,
|
|
171
|
-
SQS_RESOURCE.getQueueAttributes,
|
|
172
|
-
SQS_RESOURCE.deleteMessageBatch,
|
|
173
|
-
SQS_RESOURCE.getQueueUrl
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
[
|
|
177
|
-
resourceNames(
|
|
178
|
-
RESOURCE_CLASSES.sqs,
|
|
179
|
-
upperCase(flowTag) + upperCase(flowStepName) + firstIndex
|
|
180
|
-
),
|
|
181
|
-
resourceNames(
|
|
182
|
-
RESOURCE_CLASSES.sqs,
|
|
183
|
-
upperCase(flowTag) +
|
|
184
|
-
upperCase(flowStepName) +
|
|
185
|
-
firstIndex +
|
|
186
|
-
'DLQ'
|
|
187
|
-
)
|
|
188
|
-
]
|
|
189
|
-
)
|
|
190
|
-
);
|
|
191
|
-
|
|
192
|
-
results.push(
|
|
193
|
-
// File FlowStep Handler
|
|
194
|
-
{
|
|
195
|
-
templatePath: templateHandlerFlowStep,
|
|
196
|
-
templateData: {
|
|
197
|
-
functionName: `${lowerCase(flowStepName)}${firstIndex}`,
|
|
198
|
-
fileNameHandler: `${upperCase(flowStepName)}_${firstIndex}_Main`,
|
|
199
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}${firstIndex}`
|
|
200
|
-
},
|
|
201
|
-
setting: {
|
|
202
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
203
|
-
saveFileName: `${upperCase(flowStepName)}_${firstIndex}_${upperCase(HANDLER.hdrSqs)}`,
|
|
204
|
-
fileExtension: '.js',
|
|
205
|
-
isAppend: false
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
|
|
209
|
-
// File FlowStep Main Function
|
|
210
|
-
{
|
|
211
|
-
templatePath: templateMainFlowStep,
|
|
212
|
-
templateData: {
|
|
213
|
-
topicArn: `${upperCase(flowTag)}_${upperCase(flowStepName)}_${firstIndex}`,
|
|
214
|
-
functionName: `${lowerCase(flowStepName)}${firstIndex}`,
|
|
215
|
-
plugHookTag: flowStepConfig.plugInHooks[0].plugInHookTag,
|
|
216
|
-
objType: flowStepConfig.plugInHooks[0].objType,
|
|
217
|
-
flowTag: flowTag,
|
|
218
|
-
flowStepName: flowStepName,
|
|
219
|
-
flowStepIndex: firstIndex,
|
|
220
|
-
queueNameDsq: `${upperCase(flowTag)}${upperCase(flowStepName)}${currentIndex}HdrDsq`
|
|
221
|
-
},
|
|
222
|
-
setting: {
|
|
223
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
224
|
-
saveFileName: `${upperCase(flowStepName)}_${firstIndex}_Main`,
|
|
225
|
-
fileExtension: '.js',
|
|
226
|
-
isAppend: false
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
|
|
230
|
-
// File FlowStep Function Yaml
|
|
231
|
-
{
|
|
232
|
-
templatePath: templateYamlFlowStep,
|
|
233
|
-
templateData: {
|
|
234
|
-
handlerFilePath: path.join(
|
|
235
|
-
SOURCE_PATH.resourceLocationFlowSchema,
|
|
236
|
-
upperCase(flowTag),
|
|
237
|
-
upperCase(flowStepName),
|
|
238
|
-
'source/',
|
|
239
|
-
`${upperCase(flowStepName)}_${firstIndex}_${upperCase(HANDLER.hdrSqs)}`
|
|
240
|
-
),
|
|
241
|
-
functionName:
|
|
242
|
-
upperCase(flowStepName) + firstIndex + HANDLER.hdrSqs,
|
|
243
|
-
additionalResourcePermission,
|
|
244
|
-
functionNameConfig:
|
|
245
|
-
upperCase(flowStepName) +
|
|
246
|
-
'1' +
|
|
247
|
-
upperCase(shortNameHandler(HANDLER.hdrSqs)),
|
|
248
|
-
roleName: upperCase(flowTag),
|
|
249
|
-
queueNameSqs: `${upperCase(flowTag)}${upperCase(flowStepName)}${firstIndex}`
|
|
250
|
-
},
|
|
251
|
-
setting: {
|
|
252
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.appYaml),
|
|
253
|
-
saveFileName: upperCase(SAVE_FILE_NAME.flowSchema),
|
|
254
|
-
fileExtension: '.yml',
|
|
255
|
-
isAppend: true
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
|
|
259
|
-
// SNS input topic subscription
|
|
260
|
-
{
|
|
261
|
-
templatePath: templateResourceFlowStep,
|
|
262
|
-
templateData: {
|
|
263
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}${firstIndex}`,
|
|
264
|
-
topicName: `${upperCase(flowTag)}_${upperCase(flowStepName)}_${firstIndex}`,
|
|
265
|
-
resourceName:
|
|
266
|
-
upperCase(flowTag) + upperCase(flowStepName) + firstIndex
|
|
267
|
-
},
|
|
268
|
-
setting: {
|
|
269
|
-
initialData: 'Resources:\n',
|
|
270
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.resourceYaml),
|
|
271
|
-
saveFileName: SAVE_FILE_NAME.snsInSqsYaml,
|
|
272
|
-
fileExtension: '.yml',
|
|
273
|
-
isAppend: true
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
);
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
// =======================================================================================
|
|
280
|
-
// * SECTION 2: Process After Plugin Hook
|
|
281
|
-
// =======================================================================================
|
|
282
|
-
const topicInAfter = `${upperCase(flowTag)}_${upperCase(flowStepName)}_${currentIndex}_In`;
|
|
283
|
-
|
|
284
|
-
// --- Configure IAM permissions for After Plugin Hook ---
|
|
285
|
-
const iamPermissionsAfter = defaultIamRolePerAction();
|
|
286
|
-
iamPermissionsAfter.push(
|
|
287
|
-
// SNS publish permission for after plugin topic
|
|
288
|
-
createIamRole({ [RESOURCE_CLASSES.sns]: [SNS_RESOURCE.publish] }, [
|
|
289
|
-
resourceNames(RESOURCE_CLASSES.sns, topicInAfter)
|
|
290
|
-
]),
|
|
291
|
-
// SQS permissions for after plugin queue and DLQ
|
|
292
|
-
createIamRole(
|
|
293
|
-
{
|
|
294
|
-
[RESOURCE_CLASSES.sqs]: [
|
|
295
|
-
SQS_RESOURCE.sendMessage,
|
|
296
|
-
SQS_RESOURCE.receiveMessage,
|
|
297
|
-
SQS_RESOURCE.deleteMessage,
|
|
298
|
-
SQS_RESOURCE.getQueueAttributes,
|
|
299
|
-
SQS_RESOURCE.deleteMessageBatch,
|
|
300
|
-
SQS_RESOURCE.getQueueUrl
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
[
|
|
304
|
-
resourceNames(
|
|
305
|
-
RESOURCE_CLASSES.sqs,
|
|
306
|
-
upperCase(flowTag) + upperCase(flowStepName) + currentIndex
|
|
307
|
-
),
|
|
308
|
-
resourceNames(
|
|
309
|
-
RESOURCE_CLASSES.sqs,
|
|
310
|
-
upperCase(flowTag) +
|
|
311
|
-
upperCase(flowStepName) +
|
|
312
|
-
currentIndex +
|
|
313
|
-
'DLQ'
|
|
314
|
-
)
|
|
315
|
-
]
|
|
316
|
-
),
|
|
317
|
-
// Dsq permissions for After Plugin Hook Handler
|
|
318
|
-
createIamRole(
|
|
319
|
-
{
|
|
320
|
-
[RESOURCE_CLASSES.sqs]: [
|
|
321
|
-
SQS_RESOURCE.sendMessage,
|
|
322
|
-
SQS_RESOURCE.receiveMessage,
|
|
323
|
-
SQS_RESOURCE.deleteMessage,
|
|
324
|
-
SQS_RESOURCE.getQueueAttributes,
|
|
325
|
-
SQS_RESOURCE.deleteMessageBatch,
|
|
326
|
-
SQS_RESOURCE.getQueueUrl
|
|
327
|
-
]
|
|
328
|
-
},
|
|
329
|
-
[
|
|
330
|
-
resourceNames(
|
|
331
|
-
RESOURCE_CLASSES.sqs,
|
|
332
|
-
upperCase(flowTag) +
|
|
333
|
-
upperCase(flowStepName) +
|
|
334
|
-
currentIndex +
|
|
335
|
-
'HdrDsq'
|
|
336
|
-
),
|
|
337
|
-
resourceNames(
|
|
338
|
-
RESOURCE_CLASSES.sqs,
|
|
339
|
-
upperCase(flowTag) +
|
|
340
|
-
upperCase(flowStepName) +
|
|
341
|
-
currentIndex +
|
|
342
|
-
'HdrDsqDLQ'
|
|
343
|
-
)
|
|
344
|
-
]
|
|
345
|
-
)
|
|
346
|
-
);
|
|
347
|
-
|
|
348
|
-
// Push after plugin hook resources
|
|
349
|
-
results.push(
|
|
350
|
-
// ? After Plugin Hook Tag Handler Sqs
|
|
351
|
-
{
|
|
352
|
-
templatePath: templateHandlerSqsAfterPlugInHookTag,
|
|
353
|
-
templateData: {
|
|
354
|
-
topicArn: `${lowerCase(flowTag)}${lowerCase(flowStepName)}${currentIndex}`,
|
|
355
|
-
functionName: `${lowerCase(flowStepName)}${currentIndex}`,
|
|
356
|
-
fileNameHandler: `${upperCase(flowStepName)}_${currentIndex}`,
|
|
357
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}${currentIndex}`
|
|
358
|
-
},
|
|
359
|
-
setting: {
|
|
360
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
361
|
-
saveFileName:
|
|
362
|
-
`${upperCase(flowStepName)}` + '_' + `${currentIndex}_HdrSqs`,
|
|
363
|
-
fileExtension: '.js',
|
|
364
|
-
isAppend: false
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
|
|
368
|
-
// ? After Plugin Hook Tag Handler Dsq
|
|
369
|
-
{
|
|
370
|
-
templatePath: templateHandlerDsqAfterPlugInHookTag,
|
|
371
|
-
templateData: {
|
|
372
|
-
topicArn: `${lowerCase(flowTag)}${lowerCase(flowStepName)}${currentIndex}HdrDsq`,
|
|
373
|
-
functionName: `${lowerCase(flowStepName)}${currentIndex}HdrDsq`,
|
|
374
|
-
fileNameHandler: `${upperCase(flowStepName)}_${currentIndex}`,
|
|
375
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}${currentIndex}HdrDsq`
|
|
376
|
-
},
|
|
377
|
-
setting: {
|
|
378
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
379
|
-
saveFileName:
|
|
380
|
-
`${upperCase(flowStepName)}` + '_' + `${currentIndex}_HdrDsq`,
|
|
381
|
-
fileExtension: '.js',
|
|
382
|
-
isAppend: false
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
|
|
386
|
-
// ? After Plugin Hook Main Function
|
|
387
|
-
{
|
|
388
|
-
templatePath: templateMainAfterPlugin,
|
|
389
|
-
templateData: {
|
|
390
|
-
topicArn: `${lowerCase(flowTag)}${lowerCase(flowStepName)}${currentIndex}`,
|
|
391
|
-
functionName: `${lowerCase(flowStepName)}${currentIndex}`,
|
|
392
|
-
afterPlugInHookTag: afterPlugInHookTag,
|
|
393
|
-
plugInHookTag: plugInHookTag,
|
|
394
|
-
objType: pluginHook.objType,
|
|
395
|
-
queueNameDsq: `${upperCase(flowTag)}${upperCase(flowStepName)}${currentIndex}HdrDsq`,
|
|
396
|
-
flowTag: flowTag,
|
|
397
|
-
flowStepName: flowStepName,
|
|
398
|
-
flowStepIndex: firstIndex
|
|
399
|
-
},
|
|
400
|
-
setting: {
|
|
401
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
402
|
-
saveFileName: `${upperCase(flowStepName)}_${currentIndex}_Main`,
|
|
403
|
-
fileExtension: '.js',
|
|
404
|
-
isAppend: false
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
|
|
408
|
-
// ? After Plugin Hook Function Yaml
|
|
409
|
-
{
|
|
410
|
-
templatePath: templateYamlAfterPlugin,
|
|
411
|
-
templateData: {
|
|
412
|
-
handlerFilePathSqs: path.join(
|
|
413
|
-
SOURCE_PATH.resourceLocationFlowSchema,
|
|
414
|
-
upperCase(flowTag),
|
|
415
|
-
upperCase(flowStepName),
|
|
416
|
-
'source/',
|
|
417
|
-
`${upperCase(flowStepName)}_${currentIndex}_HdrSqs`
|
|
418
|
-
),
|
|
419
|
-
handlerFilePathDsq: path.join(
|
|
420
|
-
SOURCE_PATH.resourceLocationFlowSchema,
|
|
421
|
-
upperCase(flowTag),
|
|
422
|
-
upperCase(flowStepName),
|
|
423
|
-
'source/',
|
|
424
|
-
`${upperCase(flowStepName)}_${currentIndex}_HdrDsq`
|
|
425
|
-
),
|
|
426
|
-
|
|
427
|
-
functionNameConfigSqs:
|
|
428
|
-
upperCase(flowStepName) +
|
|
429
|
-
currentIndex +
|
|
430
|
-
upperCase(shortNameHandler(upperCase(HANDLER.hdrSqs))),
|
|
431
|
-
functionNameConfigDsq:
|
|
432
|
-
upperCase(flowStepName) +
|
|
433
|
-
currentIndex +
|
|
434
|
-
upperCase(shortNameHandler(upperCase(HANDLER.hdrDsq))),
|
|
435
|
-
|
|
436
|
-
functionNameSqs:
|
|
437
|
-
upperCase(flowStepName) +
|
|
438
|
-
currentIndex +
|
|
439
|
-
upperCase(HANDLER.hdrSqs),
|
|
440
|
-
functionNameDsq:
|
|
441
|
-
upperCase(flowStepName) +
|
|
442
|
-
currentIndex +
|
|
443
|
-
upperCase(HANDLER.hdrDsq),
|
|
444
|
-
|
|
445
|
-
additionalResourcePermission: iamPermissionsAfter,
|
|
446
|
-
roleName,
|
|
447
|
-
queueName:
|
|
448
|
-
upperCase(flowTag) + upperCase(flowStepName) + currentIndex
|
|
449
|
-
// queueNameDsq: upperCase(flowStepName) + currentIndex + 'HdrDsq'
|
|
450
|
-
// + index + upperCase(HANDLER.hdrSqs)
|
|
451
|
-
},
|
|
452
|
-
setting: {
|
|
453
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.appYaml),
|
|
454
|
-
saveFileName: upperCase(SAVE_FILE_NAME.flowSchema),
|
|
455
|
-
fileExtension: '.yml',
|
|
456
|
-
isAppend: true
|
|
457
|
-
}
|
|
458
|
-
},
|
|
459
|
-
|
|
460
|
-
// ? After Plugin Hook Topic Subscription
|
|
461
|
-
{
|
|
462
|
-
templatePath: templateResourceAfterPlugin,
|
|
463
|
-
templateData: {
|
|
464
|
-
resourceName:
|
|
465
|
-
upperCase(flowTag) + upperCase(flowStepName) + currentIndex,
|
|
466
|
-
// queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}${currentIndex}`,
|
|
467
|
-
topicName: `${upperCase(flowTag)}_${upperCase(flowStepName)}_${currentIndex}`
|
|
468
|
-
},
|
|
469
|
-
setting: {
|
|
470
|
-
initialData: 'Resources:\n',
|
|
471
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.resourceYaml),
|
|
472
|
-
saveFileName: SAVE_FILE_NAME.snsInSqsYaml,
|
|
473
|
-
fileExtension: '.yml',
|
|
474
|
-
isAppend: true
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
);
|
|
478
|
-
}
|
|
479
|
-
// console.debug('check result pluginHook', results);
|
|
480
|
-
// for (const ph of plugInHooks)
|
|
481
|
-
// pluginHookNamesPerStep.push(ph.plugInHookTag);
|
|
482
|
-
} else {
|
|
483
|
-
// No plugin hooks defined for this step
|
|
484
|
-
// ====================================
|
|
485
|
-
// * SECTION 3: No Plugin Hooks
|
|
486
|
-
// ====================================
|
|
487
|
-
const additionalResourcePermission = defaultIamRolePerAction();
|
|
488
|
-
additionalResourcePermission.push(
|
|
489
|
-
createIamRole(
|
|
490
|
-
{
|
|
491
|
-
[RESOURCE_CLASSES.sns]: [SNS_RESOURCE.publish]
|
|
492
|
-
},
|
|
493
|
-
[
|
|
494
|
-
resourceNames(
|
|
495
|
-
RESOURCE_CLASSES.sns,
|
|
496
|
-
`${flowTag}_${flowStepName}_In`
|
|
497
|
-
)
|
|
498
|
-
]
|
|
499
|
-
),
|
|
500
|
-
createIamRole(
|
|
501
|
-
{
|
|
502
|
-
[RESOURCE_CLASSES.sqs]: [
|
|
503
|
-
SQS_RESOURCE.sendMessage,
|
|
504
|
-
SQS_RESOURCE.receiveMessage,
|
|
505
|
-
SQS_RESOURCE.deleteMessage,
|
|
506
|
-
SQS_RESOURCE.getQueueAttributes,
|
|
507
|
-
SQS_RESOURCE.deleteMessageBatch,
|
|
508
|
-
SQS_RESOURCE.getQueueUrl
|
|
509
|
-
]
|
|
510
|
-
},
|
|
511
|
-
[
|
|
512
|
-
resourceNames(
|
|
513
|
-
RESOURCE_CLASSES.sqs,
|
|
514
|
-
upperCase(flowTag) + upperCase(flowStepName)
|
|
515
|
-
),
|
|
516
|
-
resourceNames(
|
|
517
|
-
RESOURCE_CLASSES.sqs,
|
|
518
|
-
upperCase(flowTag) + upperCase(flowStepName) + 'DLQ'
|
|
519
|
-
)
|
|
520
|
-
]
|
|
521
|
-
)
|
|
522
|
-
);
|
|
523
|
-
|
|
524
|
-
const resultsStep = [];
|
|
525
|
-
|
|
526
|
-
resultsStep.push(
|
|
527
|
-
// File FlowStep Handler
|
|
528
|
-
{
|
|
529
|
-
templatePath: templateHandlerNoPlugInHook,
|
|
530
|
-
templateData: {
|
|
531
|
-
functionName: `${lowerCase(flowStepName)}`,
|
|
532
|
-
fileMainName: `${upperCase(flowStepName)}_Main`,
|
|
533
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}`
|
|
534
|
-
},
|
|
535
|
-
setting: {
|
|
536
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
537
|
-
saveFileName: `${upperCase(flowStepName)}_${upperCase(HANDLER.hdrSqs)}`,
|
|
538
|
-
fileExtension: '.js',
|
|
539
|
-
isAppend: false
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
|
|
543
|
-
// File FlowStep Main Function
|
|
544
|
-
{
|
|
545
|
-
templatePath: templateMainNoPlugInHook,
|
|
546
|
-
templateData: {
|
|
547
|
-
topicArn: `${upperCase(flowTag)}_${upperCase(flowStepName)}`,
|
|
548
|
-
functionName: `${lowerCase(flowStepName)}`
|
|
549
|
-
},
|
|
550
|
-
setting: {
|
|
551
|
-
savePath: path.join(flowSchemaSourcePath),
|
|
552
|
-
saveFileName: `${upperCase(flowStepName)}_Main`,
|
|
553
|
-
fileExtension: '.js',
|
|
554
|
-
isAppend: false
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
|
|
558
|
-
// File FlowStep Function Yaml
|
|
559
|
-
{
|
|
560
|
-
templatePath: templateYamlNoPlugInHook,
|
|
561
|
-
templateData: {
|
|
562
|
-
handlerFilePath: path.join(
|
|
563
|
-
SOURCE_PATH.resourceLocationFlowSchema,
|
|
564
|
-
upperCase(flowTag),
|
|
565
|
-
upperCase(flowStepName),
|
|
566
|
-
'source/',
|
|
567
|
-
`${upperCase(flowStepName)}_${upperCase(HANDLER.hdrSqs)}`
|
|
568
|
-
),
|
|
569
|
-
functionName: upperCase(flowStepName) + HANDLER.hdrSqs,
|
|
570
|
-
additionalResourcePermission,
|
|
571
|
-
functionNameConfig:
|
|
572
|
-
upperCase(flowStepName) +
|
|
573
|
-
upperCase(shortNameHandler(HANDLER.hdrSqs)),
|
|
574
|
-
roleName: upperCase(flowTag),
|
|
575
|
-
queueNameSqs: `${upperCase(flowTag)}${upperCase(flowStepName)}`
|
|
576
|
-
},
|
|
577
|
-
setting: {
|
|
578
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.appYaml),
|
|
579
|
-
saveFileName: upperCase(SAVE_FILE_NAME.flowSchema),
|
|
580
|
-
fileExtension: '.yml',
|
|
581
|
-
isAppend: true
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
|
|
585
|
-
// SNS input topic subscription
|
|
586
|
-
{
|
|
587
|
-
templatePath: templateResourceNoPlugInHook,
|
|
588
|
-
templateData: {
|
|
589
|
-
queueName: `${upperCase(flowTag)}${upperCase(flowStepName)}`,
|
|
590
|
-
topicName: `${upperCase(flowTag)}_${upperCase(flowStepName)}`,
|
|
591
|
-
resourceName: upperCase(flowTag) + upperCase(flowStepName)
|
|
592
|
-
},
|
|
593
|
-
setting: {
|
|
594
|
-
initialData: 'Resources:\n',
|
|
595
|
-
savePath: path.join(saveFilePath, SOURCE_PATH.resourceYaml),
|
|
596
|
-
saveFileName: SAVE_FILE_NAME.snsInSqsYaml,
|
|
597
|
-
fileExtension: '.yml',
|
|
598
|
-
isAppend: true
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
);
|
|
602
|
-
|
|
603
|
-
results.push(...resultsStep);
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
return results.flat();
|
|
608
|
-
} catch (error) {
|
|
609
|
-
console.error('Error in buildFlowStepResources flowStep:', error);
|
|
610
|
-
return [];
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
export default buildFlowStepResources;
|