It's common for iamy to reformat or reorder things into its canonical format. When this happens, the code in git is now slightly out of sync with what's in AWS. Sometimes folks remember to pull after they push to confirm there are no changes, but often they don't and it requires another PR to sync the two.
iamy could compare the code and the state in AWS after a push and complain loudly if they're different. This would save a fair bit of frustration.
It's common for
iamy
to reformat or reorder things into its canonical format. When this happens, the code in git is now slightly out of sync with what's in AWS. Sometimes folks remember topull
after theypush
to confirm there are no changes, but often they don't and it requires another PR to sync the two.iamy
could compare the code and the state in AWS after apush
and complain loudly if they're different. This would save a fair bit of frustration.