Advanced topics on App Accelerator
Let’s say you’re one of the aforementioned enterprise architects or security engineers who wants to delight your developer colleagues with a panoply of choices from the latest and greatest technologies while baking in all your hard-learned lessons around tech longevity, best practices, and security. How would you go about creating your own app accelerator? Let’s do that next. Let’s implement a custom app accelerator.
Let’s start by logging into GitHub and forking this book’s GitHub project. Visit https://github.com/PacktPublishing/DevSecOps-in-Practice-with-VMware-Tanzu and click Fork. Now, you have your own copy of the code repo in your GitHub account. Your copy of the App Accelerator is located at https://github.com/<your-username>/DevSecOps-in-Practice-with-VMware-Tanzu/tree/main/chapter-02/openapi-accelerator
.
This accelerator takes as input an OpenAPI 3.0 specification. It then outputs a project...