jlhood / github-codebuild-logs

Serverless App that publishes CodeBuild build logs to a publicly accessible location
MIT License
88 stars 22 forks source link

Add update instructions in README #26

Open trivikr opened 4 years ago

trivikr commented 4 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like Add update instructions in README

Describe alternatives you've considered Deleting application stack, and redeploying a new version

trivikr commented 4 years ago

Example difference in comments when the old application stack was deleted, and new one was deployed:

Deleting old stack deletes links to the build logs created using older application which might be a concern for some projects. The instructions can be provided for updating the application instead.

trivikr commented 3 years ago

Confirmed that deletion of old Cloudformation stack is not required. One can just overwrite previous Cloudformation stack, and old resources will be preserved.

It would be good to have update instructions in README though.