We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a081ed + 12561b4 commit 5753b27Copy full SHA for 5753b27
index.js
@@ -121,7 +121,7 @@ class ServerlessLambdaEdgePreExistingCloudFront {
121
const versions = await this.provider.request('Lambda', 'listVersionsByFunction', args)
122
123
if (versions.NextMarker !== null) {
124
- return await this.getlatestVersion(functionName, versions.NextMarker)
+ return await this.getlatestVersionLambdaArn(functionName, versions.NextMarker)
125
}
126
let arn
127
versions.Versions.forEach(async (functionObj) => {
0 commit comments