how does it handle incremental changes? If it’s writing your entire repo on a loop, I could see why AWS would promote it.
 replies(1): 
    git bundle create <sha>.bundle <ref>
Needs ^<ref> to leave out things.