From the course: Serverless Architecture (2019)

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Pattern: CI/CD pipeline

Pattern: CI/CD pipeline

From the course: Serverless Architecture (2019)

Start my 1-month free trial

Pattern: CI/CD pipeline

- [Instructor] Its interesting and fun to see the new types of serverless services and to think of what you can build with them. To that end, lets look at building a serverless CI/CD pipeline, continuous integration/continuous deployment. The requirements to build this pipeline, on the public cloud for rapid deployment, implement recommended security and automate the setup for broad reuse and reproducibility. The data in this case is our configuration data for our underlying solution and our application code. Now we're building a data pipeline and so the configuration information actually has more lines of code than the custom application code. And this will be implemented as a batch, so whenever we deploy. We want to maximize cloud vendor integration and we currently are using Git as our source control. So what might this look like using serverless services? Our data repositories are either S3 or interestingly, the Amazon ecosystem, there is a data repository that's specialty for…

Contents