You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest using Travis to deploy CF stacks automatically based on pushed branch, dev/stage/release. I started on this in the .travis.yml and deploy-stack-travis.sh but it's not completed.
Not sure what the best way to test the client and lambdas is. Curious to hear what you come up with. I think mocking requests/responses is likely the way to go, so we don't need both client and server running to test. This would greatly simplify running tests and give lots of control over what we're testing.
Tests + lint for client lib and lambda code would be nice.
I like Travis-CI but whatever works.
Let's add tests wherever possible. I love tests and TDD.
The text was updated successfully, but these errors were encountered: