Category: Jenkins, automation, bitbucket

In this article, we are talking about how to create the CI/CD Pipeline for the React Native app. AWS CodePipeline is a fully managed continuous delivery service you can use to model, visualize, and automate the steps required to release your software.

CodePipeline automates the steps required to release your software changes continuously. With AWS CodePipeline, you model the full release process for building your code, deploying to pre-production environments, testing your application, and releasing it to production.

In this tutorial, We will create and configure a React Native application’s pipeline with two actions: source and Build.

Related Articles