lalalilo / aws-spa

A no-brainer script to deploy a single page app on AWS
42 stars 3 forks source link

Add invalidation retry #50

Closed NaitoKenzo closed 1 year ago

NaitoKenzo commented 1 year ago

CreateInvalidation API suffers from high fault rate during the daily traffic peaks. It will return faults up to 50% of the requests. It is primarily due to the limited capacity of the API.

codecov-commenter commented 1 year ago

Codecov Report

Merging #50 (a096696) into master (51e5ab5) will decrease coverage by 1.79%. The diff coverage is 11.11%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   85.51%   83.73%   -1.79%     
==========================================
  Files          12       12              
  Lines         366      375       +9     
  Branches       75       78       +3     
==========================================
+ Hits          313      314       +1     
- Misses         53       61       +8     
Impacted Files Coverage Δ
src/cloudfront.ts 85.14% <11.11%> (-7.25%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

LaliloCI commented 1 year ago

:tada: This PR is included in version 3.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: