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.
1 parent 3a081ed commit 12561b4Copy full SHA for 12561b4
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