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
The run yesterday failed
```
running "aws" "cloudfront" "create-invalidation" "--invalidation-batch" "file:///codebuild/output/src2735315778/src/release/payload.json" "--distribution-id" "E3NZU1LCBHH4A4"
An error occurred (InvalidArgument) when calling the CreateInvalidation operation: Your request contains one or more invalid invalidation paths.
```
And the docs say
> In the CloudFront console, you can omit the leading slash in the path, like this: images/image2.jpg. When you use the CloudFront API directly, invalidation paths must begin with a leading slash.
So looks like that's the bug.
0 commit comments