North-Seattle-College / ad440-winter2020-thursday-repo

Repository for AD440 Thursday Class in Winter 2020
Apache License 2.0
10 stars 5 forks source link

Test API change in Dev is deployed by Travis CI #249

Closed mattyplo closed 4 years ago

mattyplo commented 4 years ago

Test task #248

robezal commented 4 years ago

Need to test Travis Ci development pipeline for the Lambda deployment. How to test:

  1. Make a small change in one of the api's(like a small comment) in development branch or branch off from dev branch and do it there.
  2. Push the change it into development branch or pull request from other branch and merge the change.
  3. See the travis build if it deployed lambdas and check if the comment appeared in selected api function.

Test: I made a change into api dev-keyholder-get function as a small comment. Travis Ci configuration for dev has been triggered and successfully deployed.

Screen Shot 2020-03-20 at 11 55 49 PM

I had checked the Lambda function on aws and confirmed that latest change has been deployed.