Use this plugin to integrate AWS CodeDeploy into your Strider CD server. The plugin is published under the MIT license.
This plugin uses some of the new ES6-features. One should therefore use node v4.x or above. This causes an issue on Ubuntu 14.04 LTS, which uses node 0.10.25 as it's standard-version.
Navigate to your Strider repository and run:
npm install strider-aws-codedeploy
After the repository is successfully installed, restart your Strider server. You should now see the plugin in the Strider UI.
After the plugin is installed, just navigate to your project and add it to your deployment routine. You can then configure the deployment with CodeDeploy. If you need further information about how to set up the required AWS credentials, please have a look at the IAM User Guide.
In any case, feel free to open a GitHub issue.