Joined March 2012
·
Achievements
29 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Arvind, thanks for sharing this information. I can see how this works for the initial CloudFormation stack creation. In fact, I use something very similar. However, what happens when you update your app's code? In that case, do you still create an RPM of the app and upload to S3 tagged as 'latest' [I'm using to an S3-based RPM repo]? If so, how does cfn-hup pick up the fact that there's a new version of your app available even though it's tagged "latest", same as the old version? I'd love to see how this works.