-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
In order to fully explore what is needed for a CI/CD implementation, it is first necessary to know what is being deployed and what the final result needs to be. The project example so far has focused on code that is intended to be deployed as a Python package that is designed to be incorporated into the back-end functionality of an API, but at this point in the story of the HMS work, there has been no discussion of the API code itself, beyond setting an expectation that it would need to be a serverless implementation of some kind, with an API resource of some type calling serverless functions to handle requests and generate responses for each endpoint therein.
All three of the most popular cloud providers provide command-line interfaces (CLIs) for working with resources in their cloud spaces, so the actual deployment processes presented in this discussion will take a CLI-based approach in order to keep the same basic paradigm throughout. One of those...