You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried following the documentation for the simple case of adding a trigger to an existing CF distribution. During deployment I'm getting this message:
The function ARN must reference a specific function version. (The ARN must end with the version number.)
The ARN that is being set ends with $LATEST which is an alias, and seems to be unsupported by CloudFront:
What am I doing wrong here?
Btw, I get the exact same message if I manually try to set this ARN by editing the CloudFront distribution in the CF console.
The text was updated successfully, but these errors were encountered:
I tried following the documentation for the simple case of adding a trigger to an existing CF distribution. During deployment I'm getting this message:
The function ARN must reference a specific function version. (The ARN must end with the version number.)
The ARN that is being set ends with $LATEST which is an alias, and seems to be unsupported by CloudFront:
arn:aws:lambda:eu-central-1:XXXX:function:XXXX-generateSitemap:$LATEST
What am I doing wrong here?
Btw, I get the exact same message if I manually try to set this ARN by editing the CloudFront distribution in the CF console.
The text was updated successfully, but these errors were encountered: