I set up my php application on an elastic beanstalk environment. I configured the AWSDevTools to allow me command line git integration. I did my initial aws.push and all of the files got pushed up to my environment and it worked!
However!
Once I began making code changes, then staged and committed those changes, now when I run the aws.push command it says "Already up-to-date!" which is false, and I can't seem to find anyway to force it to recognize and push up the new changes to the server.
Anyone else run into this issue?