@aws-amplify/data-schema
Advanced tools
Comparing version 0.13.14 to 0.13.15
@@ -167,4 +167,4 @@ "use strict"; | ||
else if (typeof handlerData.getInstance === 'function') { | ||
const fnBaseName = `Fn_${callSignature}`; | ||
const fnNameSuffix = idx === 0 ? '' : `_${idx + 1}`; | ||
const fnBaseName = `Fn${capitalize(callSignature)}`; | ||
const fnNameSuffix = idx === 0 ? '' : `${idx + 1}`; | ||
const fnName = fnBaseName + fnNameSuffix; | ||
@@ -171,0 +171,0 @@ lambdaFunctionDefinition[fnName] = handlerData; |
{ | ||
"name": "@aws-amplify/data-schema", | ||
"version": "0.13.14", | ||
"version": "0.13.15", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
622635