@izara_project/izara-core-generate-service-code 1.0.46 → 1.0.47

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.
Files changed (244) hide show
  1. package/fix_array.js +11 -0
  2. package/fix_imports.js +41 -0
  3. package/fix_upper.js +38 -0
  4. package/package.json +1 -1
  5. package/src/generators/fromExternalService/externalServiceComponent/functionNameConfig/template.ejs +2 -2
  6. package/src/generators/fromExternalService/externalServiceComponent/functionNameConfig/templateIntTesting.ejs +1 -1
  7. package/src/generators/fromExternalService/externalServiceComponent/functionNameConfig/templateYaml.ejs +1 -1
  8. package/src/generators/fromFlowSchema/events/eventBridge/functionYaml/yaml.js +5 -1
  9. package/src/generators/fromFlowSchema/events/eventBridge/handler/inv/inv.js +5 -1
  10. package/src/generators/fromFlowSchema/events/eventBridge/mainFunction/main.js +13 -3
  11. package/src/generators/fromFlowSchema/events/eventBridge/mainFunction/template.ejs +1 -1
  12. package/src/generators/fromFlowSchema/events/extTopic/process/functionYaml/yaml.js +6 -1
  13. package/src/generators/fromFlowSchema/events/extTopic/process/handler/handler.js +4 -1
  14. package/src/generators/fromFlowSchema/events/extTopic/sns-in-sqs/template.ejs +3 -6
  15. package/src/generators/fromFlowSchema/events/lambdaSyncApi/functionYaml/yaml.js +6 -1
  16. package/src/generators/fromFlowSchema/events/lambdaSyncApi/handler/handler.js +5 -1
  17. package/src/generators/fromFlowSchema/events/lambdaSyncInv/functionYaml/yaml.js +5 -1
  18. package/src/generators/fromFlowSchema/events/lambdaSyncInv/handler/handler.js +3 -1
  19. package/src/generators/fromFlowSchema/events/ownTopic/endpoint/functionYaml/yaml.js +5 -1
  20. package/src/generators/fromFlowSchema/events/ownTopic/endpoint/handler/handler.js +5 -2
  21. package/src/generators/fromFlowSchema/events/ownTopic/flowSchema/handler/handler.js +3 -1
  22. package/src/generators/fromFlowSchema/events/ownTopic/flowSchema/handler/template.ejs +1 -1
  23. package/src/generators/fromFlowSchema/events/ownTopic/flowSchema/mainFunction/main.js +2 -1
  24. package/src/generators/fromFlowSchema/events/s3/flowSchemaMainFunction/main.js +3 -1
  25. package/src/generators/fromFlowSchema/events/s3/upload/confirmReserved/functionYaml/template.ejs +5 -9
  26. package/src/generators/fromFlowSchema/events/s3/upload/confirmReserved/functionYaml/yaml.js +20 -9
  27. package/src/generators/fromFlowSchema/events/s3/upload/confirmReserved/handler/handler.js +3 -1
  28. package/src/generators/fromFlowSchema/events/s3/upload/confirmReserved/queue/template.ejs +2 -5
  29. package/src/generators/fromFlowSchema/events/s3/upload/createObject/functionYaml/template.ejs +3 -7
  30. package/src/generators/fromFlowSchema/events/s3/upload/createObject/functionYaml/yaml.js +24 -8
  31. package/src/generators/fromFlowSchema/events/s3/upload/createObject/handler/handler.js +3 -1
  32. package/src/generators/fromFlowSchema/events/s3/upload/createObject/mainFunction/main.js +2 -1
  33. package/src/generators/fromFlowSchema/events/s3/upload/createObjectComplete/functionYaml/template.ejs +4 -8
  34. package/src/generators/fromFlowSchema/events/s3/upload/createObjectComplete/functionYaml/yaml.js +26 -9
  35. package/src/generators/fromFlowSchema/events/s3/upload/createObjectComplete/handler/handler.js +3 -1
  36. package/src/generators/fromFlowSchema/events/s3/upload/createObjectComplete/mainFunction/main.js +2 -1
  37. package/src/generators/fromFlowSchema/events/s3/upload/createObjectComplete/sns-sqs/template.ejs +2 -5
  38. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/createPreSignUrl/functionYaml/template.ejs +5 -9
  39. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/createPreSignUrl/functionYaml/yaml.js +27 -9
  40. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/createPreSignUrl/handler/handler.js +3 -1
  41. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/createPreSignUrl/mainFunction/main.js +2 -1
  42. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/createPreSignUrl/queue/template.ejs +2 -5
  43. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/reservedLimit/functionYaml/template.ejs +4 -8
  44. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/reservedLimit/functionYaml/yaml.js +27 -9
  45. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/reservedLimit/handler/handler.js +3 -1
  46. package/src/generators/fromFlowSchema/events/s3/upload/preSignUrl/reservedLimit/sqs/template.ejs +3 -6
  47. package/src/generators/fromFlowSchema/events/s3/upload/processFile/functionYml/HdrS3/template.ejs +3 -7
  48. package/src/generators/fromFlowSchema/events/s3/upload/processFile/functionYml/HdrS3/yaml.js +24 -8
  49. package/src/generators/fromFlowSchema/events/s3/upload/processFile/queue/s3Template.ejs +2 -5
  50. package/src/generators/fromFlowSchema/flowSchemaMainFunction/main.js +3 -1
  51. package/src/generators/fromFlowSchema/flowStep/firstFlowStep/templateResource.ejs +2 -5
  52. package/src/generators/fromFlowSchema/flowStep/flowStep.js +14 -3
  53. package/src/generators/fromFlowSchema/index.js +58 -21
  54. package/src/generators/fromFlowSchema/register/complete/functionYaml/yaml.js +6 -1
  55. package/src/generators/fromFlowSchema/register/complete/handler/handler.js +5 -1
  56. package/src/generators/fromFlowSchema/register/complete/handler/template.ejs +3 -3
  57. package/src/generators/fromFlowSchema/register/dynamoDB/register.js +6 -1
  58. package/src/generators/fromFlowSchema/register/sns-in/snsIn.js +5 -2
  59. package/src/generators/fromFlowSchema/register/sns-in/template.ejs +3 -6
  60. package/src/generators/fromFlowSchema/register/subscriptionOutAll/subscriptionOutAll.js +2 -1
  61. package/src/generators/fromFlowSchema/register/subscriptionOutAll/template.ejs +0 -3
  62. package/src/generators/fromFlowSchema/register/wbs/functionYaml/yaml.js +4 -1
  63. package/src/generators/fromFlowSchema/register/wbs/handler/handler.js +2 -1
  64. package/src/generators/fromFlowSchema/statusTypes/statusField/functionYaml/template.ejs +3 -7
  65. package/src/generators/fromFlowSchema/statusTypes/statusField/functionYaml/yaml.js +27 -9
  66. package/src/generators/fromFlowSchema/statusTypes/statusField/handler/handler.js +4 -1
  67. package/src/generators/fromFlowSchema/statusTypes/statusField/mainFunction/main.js +2 -1
  68. package/src/generators/fromFlowSchema/statusTypes/triggerCache/checkTriggerCacheComplete/functionYaml/template.ejs +3 -7
  69. package/src/generators/fromFlowSchema/statusTypes/triggerCache/checkTriggerCacheComplete/functionYaml/yaml.js +27 -9
  70. package/src/generators/fromFlowSchema/statusTypes/triggerCache/checkTriggerCacheComplete/handler/handler.js +3 -1
  71. package/src/generators/fromFlowSchema/statusTypes/triggerCache/checkTriggerCacheComplete/mainFunction/main.js +3 -1
  72. package/src/generators/fromFlowSchema/statusTypes/triggerCache/processTriggerCache/functionYaml/template.ejs +3 -7
  73. package/src/generators/fromFlowSchema/statusTypes/triggerCache/processTriggerCache/functionYaml/yaml.js +27 -9
  74. package/src/generators/fromFlowSchema/statusTypes/triggerCache/processTriggerCache/handler/handler.js +3 -1
  75. package/src/generators/fromFlowSchema/statusTypes/triggerCache/processTriggerCache/mainFunction/main.js +2 -1
  76. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/functionYaml/dsq/dsq.js +27 -9
  77. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/functionYaml/dsq/template.ejs +3 -7
  78. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/functionYaml/sqs/sqs.js +27 -9
  79. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/functionYaml/sqs/template.ejs +3 -7
  80. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/handler/dsq/dsq.js +3 -1
  81. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/handler/sqs/sqs.js +3 -1
  82. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheComplete/mainFunction/main.js +3 -1
  83. package/src/generators/fromFlowSchema/statusTypes/triggerCache/triggerCacheQueue/template.ejs +2 -5
  84. package/src/generators/fromFlowSchema/webSocket/webSocket/connect/functionYaml/yaml.js +4 -1
  85. package/src/generators/fromFlowSchema/webSocket/webSocket/connect/handler/handler.js +4 -1
  86. package/src/generators/fromFlowSchema/webSocket/webSocket/dynamoDb/WebSocketTaskData.js +3 -4
  87. package/src/generators/fromFlowSchema/webSocket/webSocket/dynamoDb/template.ejs +28 -0
  88. package/src/generators/fromFlowSchema/webSocket/webSocket/dynamoDb/ttlDynamoTemplate.ejs +2 -5
  89. package/src/generators/fromFlowSchema/webSocket/webSocketComplete/functionYaml/yaml.js +7 -1
  90. package/src/generators/fromFlowSchema/webSocket/webSocketComplete/handler/handler.js +4 -1
  91. package/src/generators/fromFlowSchema/webSocket/webSocketComplete/mainFunction/main.js +4 -1
  92. package/src/generators/fromFlowSchema/webSocket/webSocketComplete/sqs/sqs.js +8 -2
  93. package/src/generators/fromFlowSchema/webSocket/webSocketComplete/sqs/template.ejs +3 -6
  94. package/src/generators/fromObjectSchema/endpoint/index.js +2 -1
  95. package/src/generators/fromObjectSchema/endpoint/main/beforeLogical/beforeLogical.js +4 -1
  96. package/src/generators/fromObjectSchema/endpoint/main/create/create.js +4 -1
  97. package/src/generators/fromObjectSchema/endpoint/main/delete/delete.js +2 -1
  98. package/src/generators/fromObjectSchema/endpoint/main/get/get.js +2 -1
  99. package/src/generators/fromObjectSchema/endpoint/main/update/update.js +2 -1
  100. package/src/generators/fromObjectSchema/endpointComplete/create/handler/handler.js +2 -1
  101. package/src/generators/fromObjectSchema/endpointComplete/create/sns-in-sqs/template.ejs +3 -6
  102. package/src/generators/fromObjectSchema/endpointComplete/create/sns-out/snsOut.js +4 -1
  103. package/src/generators/fromObjectSchema/endpointComplete/create/sns-out/template.ejs +3 -5
  104. package/src/generators/fromObjectSchema/endpointComplete/create/yaml/template.ejs +5 -9
  105. package/src/generators/fromObjectSchema/endpointComplete/create/yaml/yaml.js +17 -2
  106. package/src/generators/fromObjectSchema/endpointComplete/delete/handler/handler.js +8 -2
  107. package/src/generators/fromObjectSchema/endpointComplete/delete/handler/template.ejs +3 -6
  108. package/src/generators/fromObjectSchema/endpointComplete/delete/sns-in-sqs/template.ejs +3 -6
  109. package/src/generators/fromObjectSchema/endpointComplete/delete/yaml/template.ejs +5 -9
  110. package/src/generators/fromObjectSchema/endpointComplete/delete/yaml/yaml.js +17 -2
  111. package/src/generators/fromObjectSchema/endpointComplete/get/handler/handler.js +8 -2
  112. package/src/generators/fromObjectSchema/endpointComplete/get/handler/template.ejs +3 -6
  113. package/src/generators/fromObjectSchema/endpointComplete/get/sns-in-sqs/template.ejs +3 -6
  114. package/src/generators/fromObjectSchema/endpointComplete/get/yaml/template.ejs +5 -9
  115. package/src/generators/fromObjectSchema/endpointComplete/get/yaml/yaml.js +17 -2
  116. package/src/generators/fromObjectSchema/endpointComplete/update/handler/handler.js +8 -2
  117. package/src/generators/fromObjectSchema/endpointComplete/update/handler/template.ejs +3 -6
  118. package/src/generators/fromObjectSchema/endpointComplete/update/sns-in-sqs/template.ejs +3 -6
  119. package/src/generators/fromObjectSchema/endpointComplete/update/yaml/template.ejs +5 -9
  120. package/src/generators/fromObjectSchema/endpointComplete/update/yaml/yaml.js +17 -2
  121. package/src/generators/fromObjectSchema/findData/findDataYaml/findDataYaml.js +12 -3
  122. package/src/generators/fromObjectSchema/findData/findDataYaml/template.ejs +7 -11
  123. package/src/generators/fromObjectSchema/processLogical/yaml/template.ejs +4 -6
  124. package/src/generators/fromObjectSchema/processLogical/yaml/yaml.js +24 -6
  125. package/src/generators/fromObjectSchema/processLogicalPagination/yaml/dsq/dsq.js +24 -6
  126. package/src/generators/fromObjectSchema/processLogicalPagination/yaml/dsq/template.ejs +4 -6
  127. package/src/generators/fromObjectSchema/processLogicalPagination/yaml/sqs/sqs.js +24 -6
  128. package/src/generators/fromObjectSchema/processLogicalPagination/yaml/sqs/template.ejs +6 -8
  129. package/src/generators/fromObjectSchema/rbac/lambda/handler/handler.js +4 -1
  130. package/src/generators/fromObjectSchema/rbac/lambda/mainFunction/main.js +3 -2
  131. package/src/generators/fromObjectSchema/rbac/lambda/yaml/yaml.js +4 -1
  132. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/functionYaml/template.ejs +5 -9
  133. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/functionYaml/yaml.js +25 -6
  134. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/handler/handler.js +4 -1
  135. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  136. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  137. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/handler/templateByHandler/invTemplate.ejs +2 -5
  138. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/handler/templateByHandler/sqsTemplate.ejs +4 -7
  139. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/mainFunction/main.js +2 -1
  140. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/sns-in-sqs/snsTemplate.ejs +2 -5
  141. package/src/generators/fromObjectSchema/relationship/changeRelationship/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  142. package/src/generators/fromObjectSchema/relationship/changeRelationship/complete/functionYaml/template.ejs +7 -11
  143. package/src/generators/fromObjectSchema/relationship/changeRelationship/complete/functionYaml/yaml.js +23 -5
  144. package/src/generators/fromObjectSchema/relationship/changeRelationship/complete/sns-in-sqs/template.ejs +3 -6
  145. package/src/generators/fromObjectSchema/relationship/changeRelationship/complete/sns-out/snsOut.js +4 -1
  146. package/src/generators/fromObjectSchema/relationship/changeRelationship/complete/sns-out/template.ejs +3 -5
  147. package/src/generators/fromObjectSchema/relationship/create/action/functionYaml/template.ejs +5 -9
  148. package/src/generators/fromObjectSchema/relationship/create/action/functionYaml/yaml.js +25 -6
  149. package/src/generators/fromObjectSchema/relationship/create/action/handler/handler.js +4 -1
  150. package/src/generators/fromObjectSchema/relationship/create/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  151. package/src/generators/fromObjectSchema/relationship/create/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  152. package/src/generators/fromObjectSchema/relationship/create/action/handler/templateByHandler/invTemplate.ejs +2 -5
  153. package/src/generators/fromObjectSchema/relationship/create/action/handler/templateByHandler/sqsTemplate.ejs +4 -7
  154. package/src/generators/fromObjectSchema/relationship/create/action/mainFunction/main.js +2 -1
  155. package/src/generators/fromObjectSchema/relationship/create/action/sns-in-sqs/snsTemplate.ejs +2 -5
  156. package/src/generators/fromObjectSchema/relationship/create/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  157. package/src/generators/fromObjectSchema/relationship/create/complete/functionYaml/template.ejs +7 -11
  158. package/src/generators/fromObjectSchema/relationship/create/complete/functionYaml/yaml.js +23 -5
  159. package/src/generators/fromObjectSchema/relationship/create/complete/sns-in-sqs/template.ejs +3 -6
  160. package/src/generators/fromObjectSchema/relationship/create/complete/sns-out/snsOut.js +4 -1
  161. package/src/generators/fromObjectSchema/relationship/create/complete/sns-out/template.ejs +3 -5
  162. package/src/generators/fromObjectSchema/relationship/delete/action/functionYaml/template.ejs +5 -9
  163. package/src/generators/fromObjectSchema/relationship/delete/action/functionYaml/yaml.js +26 -6
  164. package/src/generators/fromObjectSchema/relationship/delete/action/handler/handler.js +4 -1
  165. package/src/generators/fromObjectSchema/relationship/delete/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  166. package/src/generators/fromObjectSchema/relationship/delete/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  167. package/src/generators/fromObjectSchema/relationship/delete/action/handler/templateByHandler/invTemplate.ejs +2 -5
  168. package/src/generators/fromObjectSchema/relationship/delete/action/handler/templateByHandler/sqsTemplate.ejs +3 -6
  169. package/src/generators/fromObjectSchema/relationship/delete/action/mainFunction/main.js +2 -1
  170. package/src/generators/fromObjectSchema/relationship/delete/action/sns-in-sqs/snsTemplate.ejs +2 -5
  171. package/src/generators/fromObjectSchema/relationship/delete/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  172. package/src/generators/fromObjectSchema/relationship/delete/complete/functionYaml/template.ejs +7 -11
  173. package/src/generators/fromObjectSchema/relationship/delete/complete/functionYaml/yaml.js +23 -5
  174. package/src/generators/fromObjectSchema/relationship/delete/complete/sns-in-sqs/template.ejs +3 -6
  175. package/src/generators/fromObjectSchema/relationship/delete/complete/sns-out/snsOut.js +4 -1
  176. package/src/generators/fromObjectSchema/relationship/delete/complete/sns-out/template.ejs +3 -5
  177. package/src/generators/fromObjectSchema/relationship/get/action/functionYaml/template.ejs +5 -9
  178. package/src/generators/fromObjectSchema/relationship/get/action/functionYaml/yaml.js +25 -6
  179. package/src/generators/fromObjectSchema/relationship/get/action/handler/handler.js +4 -1
  180. package/src/generators/fromObjectSchema/relationship/get/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  181. package/src/generators/fromObjectSchema/relationship/get/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  182. package/src/generators/fromObjectSchema/relationship/get/action/handler/templateByHandler/invTemplate.ejs +2 -5
  183. package/src/generators/fromObjectSchema/relationship/get/action/handler/templateByHandler/sqsTemplate.ejs +4 -7
  184. package/src/generators/fromObjectSchema/relationship/get/action/mainFunction/main.js +2 -1
  185. package/src/generators/fromObjectSchema/relationship/get/action/sns-in-sqs/snsTemplate.ejs +2 -5
  186. package/src/generators/fromObjectSchema/relationship/get/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  187. package/src/generators/fromObjectSchema/relationship/get/complete/functionYaml/template.ejs +7 -11
  188. package/src/generators/fromObjectSchema/relationship/get/complete/functionYaml/yaml.js +23 -5
  189. package/src/generators/fromObjectSchema/relationship/get/complete/sns-in-sqs/template.ejs +3 -6
  190. package/src/generators/fromObjectSchema/relationship/get/complete/sns-out/snsOut.js +4 -1
  191. package/src/generators/fromObjectSchema/relationship/get/complete/sns-out/template.ejs +3 -5
  192. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/functionYaml/template.ejs +5 -9
  193. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/functionYaml/yaml.js +25 -6
  194. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/handler/handler.js +4 -1
  195. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  196. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  197. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/handler/templateByHandler/invTemplate.ejs +2 -5
  198. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/handler/templateByHandler/sqsTemplate.ejs +4 -7
  199. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/mainFunction/main.js +2 -1
  200. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/sns-in-sqs/snsTemplate.ejs +2 -5
  201. package/src/generators/fromObjectSchema/relationship/moveRelationship/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  202. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/functionYaml/template.ejs +7 -11
  203. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/functionYaml/yaml.js +23 -5
  204. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/mainFunction/main.js +2 -1
  205. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/sns-in-sqs/template.ejs +3 -6
  206. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/sns-out/snsOut.js +4 -1
  207. package/src/generators/fromObjectSchema/relationship/moveRelationship/complete/sns-out/template.ejs +3 -5
  208. package/src/generators/fromObjectSchema/relationship/update/action/functionYaml/template.ejs +5 -9
  209. package/src/generators/fromObjectSchema/relationship/update/action/functionYaml/yaml.js +25 -6
  210. package/src/generators/fromObjectSchema/relationship/update/action/handler/handler.js +4 -1
  211. package/src/generators/fromObjectSchema/relationship/update/action/handler/templateByHandler/apiTemplate.ejs +1 -4
  212. package/src/generators/fromObjectSchema/relationship/update/action/handler/templateByHandler/dsqTemplate.ejs +2 -5
  213. package/src/generators/fromObjectSchema/relationship/update/action/handler/templateByHandler/invTemplate.ejs +2 -5
  214. package/src/generators/fromObjectSchema/relationship/update/action/handler/templateByHandler/sqsTemplate.ejs +1 -4
  215. package/src/generators/fromObjectSchema/relationship/update/action/mainFunction/main.js +2 -1
  216. package/src/generators/fromObjectSchema/relationship/update/action/sns-in-sqs/snsTemplate.ejs +2 -5
  217. package/src/generators/fromObjectSchema/relationship/update/action/sns-in-sqs/sqsTemplate.ejs +2 -5
  218. package/src/generators/fromObjectSchema/relationship/update/complete/functionYaml/template.ejs +7 -11
  219. package/src/generators/fromObjectSchema/relationship/update/complete/functionYaml/yaml.js +23 -5
  220. package/src/generators/fromObjectSchema/relationship/update/complete/sns-in-sqs/template.ejs +2 -5
  221. package/src/generators/fromObjectSchema/relationship/update/complete/sns-out/template.ejs +3 -5
  222. package/src/generators/fromObjectSchema/textTag/systemText/systemText.js +13 -13
  223. package/src/generators/fromPlugIn/afterFirstFlowStep/recievePlugIn/mainFunction/main.js +3 -2
  224. package/src/generators/fromPlugIn/afterFirstFlowStep/recievePlugIn/yaml/yaml.js +3 -1
  225. package/src/generators/fromPlugIn/byConfig/mainFunction/templateAwaitingStep.ejs +1 -4
  226. package/src/generators/fromPlugIn/byConfig/sns-sqs/queueNoTopic.ejs +2 -5
  227. package/src/generators/fromPlugIn/byConfig/sns-sqs/snsSqs.js +8 -2
  228. package/src/generators/fromPlugIn/byConfig/sns-sqs/snsTemplate.ejs +2 -5
  229. package/src/generators/fromPlugIn/byConfig/sns-sqs/sqsTemplate.ejs +2 -5
  230. package/src/generators/fromPlugIn/firstFlowStep/mainFunction/templateByConfig/awaitingSteps.ejs +3 -6
  231. package/src/generators/fromPlugIn/firstFlowStep/queueNtopic/dsqTemplate.ejs +2 -5
  232. package/src/generators/fromPlugIn/firstFlowStep/queueNtopic/queueNtopic.js +5 -1
  233. package/src/generators/fromPlugIn/firstFlowStep/queueNtopic/snsTemplate.ejs +15 -18
  234. package/src/generators/fromPlugIn/firstFlowStep/queueNtopic/sqsTemplate.ejs +2 -5
  235. package/src/generators/fromPlugIn/firstFlowStep/topicOut/topicOut.js +5 -2
  236. package/src/generators/fromPlugIn/index.js +11 -7
  237. package/src/generators/resourceYamlComponent/dynamodb/template.ejs +2 -8
  238. package/src/generators/resourceYamlComponent/sns-in-sqs/snsTemplate.ejs +2 -5
  239. package/src/generators/resourceYamlComponent/sns-in-sqs/sqsTemplate.ejs +2 -5
  240. package/src/generators/roles/roleNameConfig/template.ejs +2 -2
  241. package/src/generators/roles/roleNameConfig/templateIntTesting.ejs +1 -1
  242. package/src/generators/roles/roleNameConfig/templateYaml.ejs +1 -1
  243. package/src/generators/roles/sharedResource/sharedResource.js +7 -1
  244. package/src/libs/Utils.js +4 -2
@@ -34,13 +34,10 @@
34
34
  Action: "SQS:SendMessage"
35
35
  Queues:
36
36
  - Ref: <%- queueName %>
37
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
38
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
37
+ #<#<%- queueName %>QueueSetting#>
38
+ #<#/<%- queueName %>QueueSetting#>
39
39
 
40
40
 
41
- <%_ function firstLetterUpperCase(text){
42
- return text.charAt(0).toUpperCase() + text.slice(1)
43
- } _%>
44
41
  <%_ function firstLetterLowerCase(str) {
45
42
  return str.charAt(0).toLowerCase() + str.slice(1)
46
43
  } _%>
@@ -1,10 +1,8 @@
1
1
  ##--------- [Create Topic Out]
2
- Out<%- firstLetterUpperCase(queueName) %>:
2
+ Out<%- queueName %>:
3
3
  Type: AWS::SNS::Topic
4
4
  Properties:
5
5
  DisplayName: "SNS Message out"
6
- TopicName: ${self:custom.iz_serviceTag}_${self:custom.iz_stage}_<%- firstLetterUpperCase(queueName) %>_Out
6
+ TopicName: ${self:custom.iz_serviceTag}_${self:custom.iz_stage}_<%- queueName %>_Out
7
7
 
8
- <%_ function firstLetterUpperCase(text) {
9
- return text.charAt(0).toUpperCase() + text.slice(1)
10
- } _%>
8
+
@@ -68,10 +68,10 @@ function createSourceSystemText(
68
68
  serviceTag: getLocalConfig('iz_serviceTag')
69
69
  };
70
70
  const systemTextObjectSchemas = {
71
- nameSpace: `${coreUtils.createObjTypeConcat(_izContext, objType, '|')}|description`, // for each objectType
72
- systemTextTag: `${fieldName}|${coreUtils.createObjTypeConcat(_izContext, objType, '|')}`, // for each fieldName
73
- openHook: `//(<${coreUtils.createObjTypeConcat(_izContext, objType, '|')}${fieldName}Hook>)`,
74
- closeHook: `//(</${coreUtils.createObjTypeConcat(_izContext, objType, '|')}${fieldName}Hook>)`
71
+ nameSpace: `${coreUtils.createObjTypeConcat(_izContext, objType, '_')}_description`, // for each objectType
72
+ systemTextTag: `${fieldName}_${coreUtils.createObjTypeConcat(_izContext, objType, '_')}`, // for each fieldName
73
+ openHook: `//(<${coreUtils.createObjTypeConcat(_izContext, objType, '_')}${fieldName}Hook>)`,
74
+ closeHook: `//(</${coreUtils.createObjTypeConcat(_izContext, objType, '_')}${fieldName}Hook>)`
75
75
  };
76
76
  createSourceArray.push(systemTextObjectSchemas);
77
77
  }
@@ -85,10 +85,10 @@ function createSourceSystemText(
85
85
  serviceTag: getLocalConfig('iz_serviceTag')
86
86
  };
87
87
  const systemTextFlowSchemas = {
88
- nameSpace: `${coreUtils.createFlowTypeConcat(_izContext, flowType, '|')}`, // for each flowType
89
- systemTextTag: `errors|${coreUtils.createFlowTypeConcat(_izContext, flowType, '|')}`,
90
- openHook: `//(<${coreUtils.createFlowTypeConcat(_izContext, flowType, '|')}Hook>)`,
91
- closeHook: `//(</${coreUtils.createFlowTypeConcat(_izContext, flowType, '|')}Hook>)`
88
+ nameSpace: `${coreUtils.createFlowTypeConcat(_izContext, flowType, '_')}`, // for each flowType
89
+ systemTextTag: `errors_${coreUtils.createFlowTypeConcat(_izContext, flowType, '_')}`,
90
+ openHook: `//(<${coreUtils.createFlowTypeConcat(_izContext, flowType, '_')}Hook>)`,
91
+ closeHook: `//(</${coreUtils.createFlowTypeConcat(_izContext, flowType, '_')}Hook>)`
92
92
  };
93
93
  createSourceArray.push(systemTextFlowSchemas);
94
94
  }
@@ -105,10 +105,10 @@ function createSourceSystemText(
105
105
  if (relSchema[relTag].hasOwnProperty('fieldNames') && Object.keys(relSchema[relTag].fieldNames).length > 0) {
106
106
  for (const fieldName of Object.keys(relSchema[relTag].fieldNames)) {
107
107
  const systemTextRelSchemas = {
108
- nameSpace: `${coreUtils.createRelTypeConcat(_izContext, relType, '|')}|description`,
109
- systemTextTag: `${fieldName}_${coreUtils.createRelTypeConcat(_izContext, relType, '|')} `,
110
- openHook: `//(<${coreUtils.createRelTypeConcat(_izContext, relType, '|')}${fieldName}Hook>)`,
111
- closeHook: `//(</${coreUtils.createRelTypeConcat(_izContext, relType, '|')}${fieldName}Hook>)`
108
+ nameSpace: `${coreUtils.createRelTypeConcat(_izContext, relType, '_')}_description`,
109
+ systemTextTag: `${fieldName}_${coreUtils.createRelTypeConcat(_izContext, relType, '_')}`,
110
+ openHook: `//(<${coreUtils.createRelTypeConcat(_izContext, relType, '_')}${fieldName}Hook>)`,
111
+ closeHook: `//(</${coreUtils.createRelTypeConcat(_izContext, relType, '_')}${fieldName}Hook>)`
112
112
  }
113
113
  createSourceArray.push(systemTextRelSchemas);
114
114
  }
@@ -119,7 +119,7 @@ function createSourceSystemText(
119
119
  if (notificationSchemas.length > 0) {
120
120
  for (const notification of notificationSchemas) {
121
121
  const notificationSystemText = {
122
- nameSpace: `sysNotification'|'${notification.notificationGrouping}`,
122
+ nameSpace: `sysNotification_${notification.notificationGrouping}`,
123
123
  systemTextTag: notification.notificationTag,
124
124
  openHook: `//(<${notification.notificationTag}Hook>)`,
125
125
  closeHook: `//(</${notification.notificationTag}Hook>)`
@@ -38,7 +38,8 @@ async function data(_izContext, data, appPath) {
38
38
  recieveType: data.recieveType,
39
39
  flowTag: flowType ? flowType.flowTag : null,
40
40
  serviceTag: flowType ? flowType.serviceTag : null,
41
- functionName
41
+ functionName,
42
+ upperFunctionName: upperCase(functionName)
42
43
  },
43
44
  setting: {
44
45
  savePath: path.join(
@@ -52,7 +53,7 @@ async function data(_izContext, data, appPath) {
52
53
  fileExtension: '.js',
53
54
  isAppend: false
54
55
  }
55
- }
56
+ };
56
57
  }
57
58
 
58
59
  export default data;
@@ -70,7 +70,9 @@ async function data(_izContext, data, appPath) {
70
70
  resourceLocation: path.join(SOURCE_PATH.resourceLocationFlowSchema, `${data.flowTag}`, `${data.flowStepName}`, 'source/'),
71
71
  handlerType: upperCase(handlerType),
72
72
  lowerCase,
73
- route: functionName
73
+ route: functionName,
74
+ upperFunctionNameConfig: upperCase(functionNameConfig),
75
+ upperRoleName: upperCase(roleName)
74
76
  },
75
77
  setting: {
76
78
  savePath: path.join(appPath, SOURCE_PATH.appYaml),
@@ -70,7 +70,7 @@ export default async function <%- functionName %>(
70
70
 
71
71
  const awaitingStepId = await asyncFlowSharedLib.createAwaitingStepId(
72
72
  returnValue.parentFlowId,
73
- "<%- firstLetterUpperCase(flowStepName) %>"
73
+ "<%- upperFlowStepName %>"
74
74
  );
75
75
  _izContext.logger.debug('awaitingStepId:', awaitingStepId);
76
76
 
@@ -121,6 +121,3 @@ export default async function <%- functionName %>(
121
121
  }
122
122
  }
123
123
 
124
- <%_ function firstLetterUpperCase(text) {
125
- return text.charAt(0).toUpperCase() + text.slice(1);
126
- } -%>
@@ -32,12 +32,9 @@
32
32
  Action: "SQS:SendMessage"
33
33
  Queues:
34
34
  - Ref: <%- queueName %>HdrSqs
35
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
36
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
35
+ #<#<%- queueName %>QueueSetting#>
36
+ #<#/<%- queueName %>QueueSetting#>
37
37
 
38
- <%_ function firstLetterUpperCase(text){
39
- return text.charAt(0).toUpperCase() + text.slice(1)
40
- } _%>
41
38
  <%_ function firstLetterLowerCase(str) {
42
39
  return str.charAt(0).toLowerCase() + str.slice(1)
43
40
  } _%>
@@ -34,16 +34,22 @@ function data(_izContext, data, appPath) {
34
34
  upperCase(data.flowStepName) +
35
35
  upperCase(data.handleLogic)
36
36
 
37
+ const upperQueueName = upperCase(queueName);
38
+
37
39
  return {
38
40
  templatePath: templatePathByHandler[data.handlerType],
39
- templateData: { ...data, queueName },
41
+ templateData: {
42
+ ...data,
43
+ queueName,
44
+ upperQueueName
45
+ },
40
46
  setting: {
41
47
  savePath: path.join(appPath, SOURCE_PATH.resourceYaml),
42
48
  saveFileName: SAVE_FILE_NAME.snsInSqsYaml,
43
49
  fileExtension: '.yml',
44
50
  isAppend: true
45
51
  }
46
- }
52
+ };
47
53
  }
48
54
 
49
55
 
@@ -47,12 +47,9 @@
47
47
  Action: "SQS:SendMessage"
48
48
  Queues:
49
49
  - Ref: <%- queueName %>HdrSqs
50
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
51
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
50
+ #<#<%- queueName %>QueueSetting#>
51
+ #<#/<%- queueName %>QueueSetting#>
52
52
 
53
- <%_ function firstLetterUpperCase(text){
54
- return text.charAt(0).toUpperCase() + text.slice(1)
55
- } _%>
56
53
  <%_ function firstLetterLowerCase(str) {
57
54
  return str.charAt(0).toLowerCase() + str.slice(1)
58
55
  } _%>
@@ -32,12 +32,9 @@
32
32
  Action: "SQS:SendMessage"
33
33
  Queues:
34
34
  - Ref: <%- queueName %>HdrDsq
35
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
36
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
35
+ #<#<%- queueName %>QueueSetting#>
36
+ #<#/<%- queueName %>QueueSetting#>
37
37
 
38
- <%_ function firstLetterUpperCase(text){
39
- return text.charAt(0).toUpperCase() + text.slice(1)
40
- } _%>
41
38
  <%_ function firstLetterLowerCase(str) {
42
39
  return str.charAt(0).toLowerCase() + str.slice(1)
43
40
  } _%>
@@ -5,7 +5,7 @@ allAwaitingStepsId.push(
5
5
  {
6
6
  awaitingStepId: asyncFlowSharedLib.createAwaitingStepId(
7
7
  parentFlowId,
8
- "<%- firstLetterUpperCase(flowStepName)%>"
8
+ "<%- upperFlowStepName %>"
9
9
  )
10
10
  }
11
11
  )
@@ -28,7 +28,7 @@ await asyncFlowSharedLib.createAwaitingMultipleStepsWithAdditionalAttributes(
28
28
  //(</createPendingStepIds>)
29
29
  <% } %>
30
30
  }),
31
- "<%- firstLetterUpperCase(flowTag) %><%- firstLetterUpperCase(flowStepName)%><%- firstLetterUpperCase(handleLogic) %>"
31
+ "<%- upperFlowTag %><%- upperFlowStepName %><%- upperHandleLogic %>"
32
32
  )
33
33
  );
34
34
 
@@ -47,7 +47,7 @@ await asyncFlowSharedLib.createAwaitingMultipleStepsWithAdditionalAttributes(
47
47
  callingFlowConfig,
48
48
  callingFlowSharedLib.createCallingFlowConfig(
49
49
  //(<callingFlowProperties>)
50
- await lambdaSharedLib.lambdaFunctionName(_izContext, "<%- firstLetterUpperCase(flowTag) %><%- firstLetterUpperCase(flowStepName) %><%- firstLetterUpperCase(handleLogic) %>"), {}
50
+ await lambdaSharedLib.lambdaFunctionName(_izContext, "<%- upperFlowTag %><%- upperFlowStepName %><%- upperHandleLogic %>"), {}
51
51
  //(</callingFlowProperties>)
52
52
  )
53
53
  )
@@ -55,6 +55,3 @@ await asyncFlowSharedLib.createAwaitingMultipleStepsWithAdditionalAttributes(
55
55
 
56
56
 
57
57
 
58
- <%_ function firstLetterUpperCase(text) {
59
- return text.charAt(0).toUpperCase() + text.slice(1);
60
- } -%>
@@ -32,12 +32,9 @@
32
32
  Action: "SQS:SendMessage"
33
33
  Queues:
34
34
  - Ref: <%- queueName %>HdrDsq
35
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
36
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
35
+ #<#<%- queueName %>QueueSetting#>
36
+ #<#/<%- queueName %>QueueSetting#>
37
37
 
38
- <%_ function firstLetterUpperCase(text){
39
- return text.charAt(0).toUpperCase() + text.slice(1)
40
- } _%>
41
38
  <%_ function firstLetterLowerCase(str) {
42
39
  return str.charAt(0).toLowerCase() + str.slice(1)
43
40
  } _%>
@@ -32,12 +32,16 @@ const templatePathByHandler = {
32
32
  };
33
33
 
34
34
  async function data(_izContext, data, appPath) {
35
+ console.log('data queue,topic ', data)
35
36
  if (data.eventFlow === 'extTopic') {
36
37
  data.handlerType = 'queueNoTopic';
37
38
  }
38
39
  return {
39
40
  templatePath: templatePathByHandler[data.handlerType],
40
- templateData: { ...data },
41
+ templateData: {
42
+ ...data,
43
+ queueNameUpper: upperCase(data.queueName || '')
44
+ },
41
45
  setting: {
42
46
  savePath: path.join(appPath, SOURCE_PATH.resourceYaml),
43
47
  saveFileName: SAVE_FILE_NAME.snsInSqsYaml,
@@ -1,36 +1,36 @@
1
1
  ##===== [Create topic in]
2
- In<%- queueName %>:
2
+ In<%- topicName %>:
3
3
  Type: AWS::SNS::Topic
4
4
  Properties:
5
5
  DisplayName: "SNS Message in"
6
- TopicName: ${self:custom.iz_serviceTag}_${self:custom.iz_stage}_<%- queueName %>_In
6
+ TopicName: ${self:custom.iz_serviceTag}_${self:custom.iz_stage}_<%- topicName %>_In
7
7
  ##===== SNS Subscription [Topic In] =====##
8
- SubscriptionIn<%- queueName %>:
8
+ SubscriptionIn<%- topicName %>:
9
9
  Type: AWS::SNS::Subscription
10
10
  Properties:
11
- TopicArn: !Ref In<%- queueName %>
12
- Endpoint: "arn:aws:sqs:${self:custom.iz_region}:${self:custom.iz_accountId}:${self:custom.iz_resourcePrefix}<%- queueName %>HdrSqs"
11
+ TopicArn: !Ref In<%- topicName %>
12
+ Endpoint: "arn:aws:sqs:${self:custom.iz_region}:${self:custom.iz_accountId}:${self:custom.iz_resourcePrefix}<%- queueName %>"
13
13
  Protocol: "sqs"
14
14
  ##===== [Queue]
15
- <%- queueName %>HdrSqs:
15
+ <%- queueName %>:
16
16
  Type: "AWS::SQS::Queue"
17
17
  Properties:
18
- QueueName: ${self:custom.iz_resourcePrefix}<%- queueName %>HdrSqs
18
+ QueueName: ${self:custom.iz_resourcePrefix}<%- queueName %>
19
19
  RedrivePolicy:
20
20
  deadLetterTargetArn:
21
21
  # !GetAtt
22
22
  Fn::GetAtt:
23
- - <%- queueName %>HdrSqsDLQ
23
+ - <%- queueName %>DLQ
24
24
  - Arn
25
25
  maxReceiveCount: 3
26
26
  VisibilityTimeout: 120
27
27
  ##==== [QueueDLQ]
28
- <%- queueName %>HdrSqsDLQ:
28
+ <%- queueName %>DLQ:
29
29
  Type: AWS::SQS::Queue
30
30
  Properties:
31
- QueueName: ${self:custom.iz_resourcePrefix}<%- queueName %>HdrSqsDLQ
31
+ QueueName: ${self:custom.iz_resourcePrefix}<%- queueName %>DLQ
32
32
  ##==== [QueuePolicy]
33
- <%- queueName %>HdrSqsPolicy:
33
+ <%- queueName %>Policy:
34
34
  Type: AWS::SQS::QueuePolicy
35
35
  Properties:
36
36
  PolicyDocument:
@@ -42,17 +42,14 @@
42
42
  Resource:
43
43
  # !GetAtt
44
44
  Fn::GetAtt:
45
- - <%- queueName %>HdrSqs
45
+ - <%- queueName %>
46
46
  - Arn
47
47
  Action: "SQS:SendMessage"
48
48
  Queues:
49
- - Ref: <%- queueName %>HdrSqs
50
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
51
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
49
+ - Ref: <%- queueName %>
50
+ #<#<%- queueNameUpper %>QueueSetting#>
51
+ #<#/<%- queueNameUpper %>QueueSetting#>
52
52
 
53
- <%_ function firstLetterUpperCase(text){
54
- return text.charAt(0).toUpperCase() + text.slice(1)
55
- } _%>
56
53
  <%_ function firstLetterLowerCase(str) {
57
54
  return str.charAt(0).toLowerCase() + str.slice(1)
58
55
  } _%>
@@ -32,12 +32,9 @@
32
32
  Action: "SQS:SendMessage"
33
33
  Queues:
34
34
  - Ref: <%- queueName %>
35
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
36
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
35
+ #<#<%- queueName %>QueueSetting#>
36
+ #<#/<%- queueName %>QueueSetting#>
37
37
 
38
- <%_ function firstLetterUpperCase(text){
39
- return text.charAt(0).toUpperCase() + text.slice(1)
40
- } _%>
41
38
  <%_ function firstLetterLowerCase(str) {
42
39
  return str.charAt(0).toLowerCase() + str.slice(1)
43
40
  } _%>
@@ -32,14 +32,17 @@ async function data(_izContext, data, appPath) {
32
32
 
33
33
  return {
34
34
  templatePath: templatePath,
35
- templateData: { queueName },
35
+ templateData: {
36
+ queueName,
37
+ upperQueueName: upperCase(queueName)
38
+ },
36
39
  setting: {
37
40
  savePath: path.join(appPath, SOURCE_PATH.resourceYaml),
38
41
  saveFileName: SAVE_FILE_NAME.snsOutYaml,
39
42
  fileExtension: '.yml',
40
43
  isAppend: true
41
44
  }
42
- }
45
+ };
43
46
  }
44
47
 
45
48
  export default data;
@@ -112,7 +112,9 @@ async function generatePlunIg(
112
112
  flowStepConfig,
113
113
  additionalResourcePermission,
114
114
  resourceApis,
115
- serviceTag);
115
+ serviceTag,
116
+ flowSchema.event
117
+ );
116
118
 
117
119
  Object.assign(data, {
118
120
  handlerType: data.handlerType,
@@ -132,6 +134,7 @@ async function generatePlunIg(
132
134
  upperCase(flowStepName) +
133
135
  upperCase(data.handlerType)),
134
136
  queueName: upperCase(flowSchema.flowTag) + upperCase(flowStepName) + upperCase(data.handlerType),
137
+ topicName: upperCase(flowSchema.flowTag) + upperCase(flowStepName)
135
138
  });
136
139
 
137
140
 
@@ -377,11 +380,12 @@ async function buildRecievePluginHookResource(_izContext, data, appPath, allObjS
377
380
  }
378
381
 
379
382
  // Extracted from the original if/else chain — mutates data, additionalResourcePermission, resourceApis in place
380
- function resolveHandlerConfig(data, flowStepConfig, additionalResourcePermission, resourceApis, serviceTag) {
383
+ function resolveHandlerConfig(data, flowStepConfig, additionalResourcePermission, resourceApis, serviceTag, fallbackEvent = []) {
381
384
  const { flowTag, flowStepName } = data;
382
385
  let handler;
386
+ const events = flowStepConfig.event || fallbackEvent || [];
383
387
 
384
- if (flowStepConfig.event.includes("ownTopic")) {
388
+ if (events.includes("ownTopic")) {
385
389
  data.eventFlow = 'ownTopic';
386
390
  handler = HANDLER.hdrSqs;
387
391
  additionalResourcePermission.push(
@@ -396,7 +400,7 @@ function resolveHandlerConfig(data, flowStepConfig, additionalResourcePermission
396
400
  upperCase(handler) + "DLQ",
397
401
  ])
398
402
  );
399
- } else if (flowStepConfig.event.includes("extTopic")) {
403
+ } else if (events.includes("extTopic")) {
400
404
  data.eventFlow = 'extTopic';
401
405
  handler = HANDLER.hdrSqs;
402
406
  additionalResourcePermission.push(
@@ -409,9 +413,9 @@ function resolveHandlerConfig(data, flowStepConfig, additionalResourcePermission
409
413
  upperCase(handler) + "DLQ",
410
414
  ])
411
415
  );
412
- } else if (flowStepConfig.event.includes("lambdaSyncInv")) {
416
+ } else if (events.includes("lambdaSyncInv")) {
413
417
  handler = HANDLER.hdrInv;
414
- } else if (flowStepConfig.event.includes("lambdaSyncApi")) {
418
+ } else if (events.includes("lambdaSyncApi")) {
415
419
  handler = HANDLER.hdrApi;
416
420
  resourceApis.push({
417
421
  path: `${serviceTag}/${lowerCase(flowTag)}${lowerCase(flowStepName)}`,
@@ -420,7 +424,7 @@ function resolveHandlerConfig(data, flowStepConfig, additionalResourcePermission
420
424
  hookTagApp: `${upperCase(flowStepName)}${upperCase(handler)}AppLevelAuthorizer`,
421
425
  hookTagUser: `${upperCase(flowStepName)}${upperCase(handler)}UserLevelAuthorizer`,
422
426
  });
423
- } else if (flowStepConfig.event.includes("queue")) {
427
+ } else if (events.includes("queue")) {
424
428
  handler = HANDLER.hdrDsq;
425
429
  additionalResourcePermission.push(
426
430
  createSqsResource([
@@ -19,11 +19,5 @@
19
19
  KeyType: RANGE
20
20
  <%_ } -%>
21
21
  <%_ }) _%>
22
- #<#<%- firstLetterUpperCase(tableName) %>DynamoDbSetting#>
23
- #<#/<%- firstLetterUpperCase(tableName) %>DynamoDbSetting#>
24
- <%_ function firstLetterUpperCase(text){
25
- return text.charAt(0).toUpperCase() + text.slice(1)
26
- } _%>
27
- <%_ function firstLetterLowerCase(str) {
28
- return str.charAt(0).toLowerCase() + str.slice(1)
29
- } _%>
22
+ #<#<%- tableName %>DynamoDbSetting#>
23
+ #<#/<%- tableName %>DynamoDbSetting#>
@@ -48,12 +48,9 @@
48
48
  Action: "SQS:SendMessage"
49
49
  Queues:
50
50
  - Ref: <%- queueName %>HdrSqs
51
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
52
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
51
+ #<#<%- queueName %>QueueSetting#>
52
+ #<#/<%- queueName %>QueueSetting#>
53
53
 
54
- <%_ function firstLetterUpperCase(text){
55
- return text.charAt(0).toUpperCase() + text.slice(1)
56
- } _%>
57
54
  <%_ function firstLetterLowerCase(str) {
58
55
  return str.charAt(0).toLowerCase() + str.slice(1)
59
56
  } _%>
@@ -32,12 +32,9 @@
32
32
  Action: "SQS:SendMessage"
33
33
  Queues:
34
34
  - Ref: <%- queueName %>
35
- #<#<%- firstLetterUpperCase(queueName) %>QueueSetting#>
36
- #<#/<%- firstLetterUpperCase(queueName) %>QueueSetting#>
35
+ #<#<%- queueName %>QueueSetting#>
36
+ #<#/<%- queueName %>QueueSetting#>
37
37
 
38
- <%_ function firstLetterUpperCase(text){
39
- return text.charAt(0).toUpperCase() + text.slice(1)
40
- } _%>
41
38
  <%_ function firstLetterLowerCase(str) {
42
39
  return str.charAt(0).toLowerCase() + str.slice(1)
43
40
  } _%>
@@ -1,12 +1,12 @@
1
1
  # for createIamRole
2
2
 
3
3
  <% functionNameConfigs.forEach(functionNameConfig => { _%>
4
- - ${self:custom.iz_prefixIamRole}<%- firstLetterUpperCase(functionNameConfig) %>${self:custom.iz_suffixIamRole}
4
+ - ${self:custom.iz_prefixIamRole}<%- functionNameConfig %>${self:custom.iz_suffixIamRole}
5
5
  <% }) _%>
6
6
 
7
7
  # for createIntTest
8
8
  <% functionNameConfigs.forEach(functionNameConfig => { _%>
9
- "<%- firstLetterUpperCase(functionNameConfig) %>",
9
+ "<%- functionNameConfig %>",
10
10
  <% }) _%>
11
11
 
12
12
  <%_function firstLetterUpperCase(text) {
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  export function generatedIntTestRoleNameConfig () {
21
21
  let roleNameConfigIntTest = [
22
22
  <% roleNameConfigs.forEach(roleNameConfig => { _%>
23
- "<%- firstLetterUpperCase(roleNameConfig) %>",
23
+ "<%- roleNameConfig %>",
24
24
  <% }) _%>
25
25
  ]
26
26
  return roleNameConfigIntTest
@@ -1,7 +1,7 @@
1
1
  # for createIamRole
2
2
 
3
3
  <% roleNameConfigs.forEach(roleNameConfig => { _%>
4
- - arn:aws:iam::${self:custom.iz_accountId}:role/${self:custom.iz_resourcePrefix}<%- firstLetterUpperCase(roleNameConfig) %>
4
+ - arn:aws:iam::${self:custom.iz_accountId}:role/${self:custom.iz_resourcePrefix}<%- roleNameConfig %>
5
5
  <% }) _%>
6
6
 
7
7
 
@@ -17,6 +17,8 @@ import { fileURLToPath } from 'url';
17
17
  const __filename = fileURLToPath(import.meta.url);
18
18
  const __dirname = path.dirname(__filename);
19
19
  import consts from '#libs/Consts.js';
20
+ import utils from '#libs/Utils.js';
21
+ const { firstLetterUpperCase: upperCase } = utils;
20
22
  const { SOURCE_PATH, SAVE_FILE_NAME } = consts;
21
23
 
22
24
  const templatePath = path.join(__dirname, 'template.ejs');
@@ -80,7 +82,11 @@ function generateRole(_izContext, createSourceParams, appPath) {
80
82
  for (const [roleName, roleData] of Object.entries(reformCreateSourceParams)) {
81
83
  createSourceRole.add({
82
84
  templatePath: templatePath,
83
- templateData: { roleName, roleData },
85
+ templateData: {
86
+ roleName,
87
+ roleData,
88
+ upperRoleName: upperCase(roleName)
89
+ },
84
90
  setting: {
85
91
  initialData: 'Resources:\n',
86
92
  savePath: path.join(appPath, SOURCE_PATH.appYaml),
package/src/libs/Utils.js CHANGED
@@ -25,11 +25,13 @@ import consts from '#libs/Consts.js';
25
25
  const { SOURCE_PATH } = consts;
26
26
 
27
27
  function firstLetterUpperCase(text) {
28
+ if (!text) return text;
28
29
  return text.charAt(0).toUpperCase() + text.slice(1);
29
30
  }
30
31
 
31
- function firstLetterLowerCase(str) {
32
- return str.charAt(0).toLowerCase() + str.slice(1);
32
+ function firstLetterLowerCase(text) {
33
+ if (!text) return text;
34
+ return text.charAt(0).toLowerCase() + text.slice(1);
33
35
  }
34
36
 
35
37
  function checkOverWriteGenerateMainFunction(objectSchema, action) {