Amazon CloudFront via SVN or GIT hook

So the big news of the night is that Amazon has released 'CloudFront' their S3 based CDN that competes really agressivly with exisitng players (Akamai...etc)

Having worked with... less enlightened solutions... I'm thinking the ultimate CloudFront deployment scenario would be via an SVN or GIT hook. If you commit an asset to /static/css or /static/css a post-commit hook would automatically publish to CloudFront.

If I have time I'll take a look at implementing something quick and dirty tomorrow.