I just started using AWS CodeCommit and my workflow looks like this:
- Develop on laptop with local git repo
- Push changes to CodeCommit remote repo
- Run deploy script on EC2 instance that executes
git clone
Is there a way to automatically run step 3 using Lambda/CodeDeploy/CodePipeline? The documentation suggests more complex use cases than the one I have.