Thursday, October 24, 2019

Code commit, Code pipeline, Code deploy


Code Commit:  for development server, we have keep data in code commit. For production purse, we keep data in S3.

Code pipeline: during production deployment, using code pipeline deploy application data and code to multiple server



No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...