I was able to setup lambci + lambci-ecs so that builds will build in ecs. The build status is correctly updated on github commits and slack messages are sent.
Badges and build logs don't get updated with the results.
Currently the ecs container directly notifies slack and github when the build is finished, wouldn't it be a better design if the ecs container would trigger the build-lambci function on finish instead and that would take care of finishing the build?