Please enable JavaScript.
Coggle requires JavaScript to display documents.
Journey (Process (Different components of the pipeline (AWS Tools…
Journey
Process
-
We started bringing some of the issues that we identified in github and Ryan Mainwiring was very quick to respond, we had some one quickly looking into the issue and we also had the person over a conference call talking in detail of the issue and our understanding
-
Integration
-
New relic
-
New Relic Script , that was integrated with blue green pipeline and there was good enough documentation on the scripts that mentioned what was required for integrating the application with New Relic,Once we made those changes, we also tested with other pipeline products which did not integrate with new Relic by default and documented them
-
Debugging
Documented the debugging steps on how to ssh into the Dev, how to see the log groups and how to check for logs in splunk
-
-
-
Dockers
Created a docker container for both the spring app and the angular frontend and for database we had the hibernate layer abstraction that could switch to either Oracle or postgres had it deployed locally on my laptop
-
-
Serverless Function
We took our spring boot application and converted into lamba function and then deployed it in AWS, at that point we tried this withouth the codepipeline using our own cloudformation scripts and aws cli
During cloud party we were ready with dockers and Nathan Hinshaw it is like having answers to all the questions you had so far
-
-