{"id":4563,"date":"2020-02-11T06:46:32","date_gmt":"2020-02-11T06:46:32","guid":{"rendered":"https:\/\/www.folio3.com\/mobile\/?p=4563"},"modified":"2020-12-22T09:36:39","modified_gmt":"2020-12-22T09:36:39","slug":"aws-codepipeline","status":"publish","type":"post","link":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/","title":{"rendered":"What is AWS codepipeline and what does AWS codepipeline do in app development?"},"content":{"rendered":"\n<p>In today\u2019s century, business applications must be progressed\nquickly in order to meet customer needs. Companies that can rapidly deliver\nsoftware updates and innovate faster, adept in changing markets more easily and\ndrive faster business results. Using traditional software release processes,\ncode updates like news features or bug fixes are manually and infrequently move\nfrom development to testing and finally to production. The software release\nprocess can be enhanced if it was automated which allows a developer to test\nthe release code more frequently. Introducing the AWS code pipeline, a\ncontinuous delivery service for a fast and reliable application update.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is AWS Codepipeline?<\/h2>\n\n\n\n<p>AWS\nCodePipeline is an Amazon Web Services Product. It is a continuous\ndelivery service that is used to model, visualize, and automate the steps\nneeded for releasing software. A developer can quickly model and configure the\ndifferent stages of a software release process. CodePipeline automates the\nbuild, test, and deploy phases of the software release process every time there\nis a change in code. It is based on the defined released model. This allows\nrapid and reliable delivery of features and updates. A developer can easily\nintegrate AWS CodePipeline\nwith third-party services such as GitHub or with a custom plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">AWS Codepipeline features<\/h2>\n\n\n\n<p>AWS codepipeline comprises numerous features such as<\/p>\n\n\n\n<strong>Workflow modeling<\/strong>\n\n\n\n<p>A codepipeline consists of a series of stages that include\nbuilding, test, and deploy. These stages behave as logical divisions in a\nworkflow. Every stage is made up of a series of actions like building code or\ndeployment of testing environments. AWS CodePipeline provides a graphical user interface\nto create, configure, and manage your pipeline and its several stages and\nactions. It lets a developer to easily visualize and model the release process\nworkflow. In addition, you can also use these stages in parallel execution to\nincrease the workflow speed. <\/p>\n\n\n\n<strong>AWS integration<\/strong>\n\n\n\n<p>AWS CodePipeline can get source code for your pipeline\ndirectly from AWS CodeCommit, GitHub, Amazon ECR, or Amazon S3. It can execute\nbuilds and unit tests in AWS\nCodeBuild. CodePipeline can deploy your changes by AWS CodeDeploy, AWS\nElastic Beanstalk, Amazon Elastic Container Service (Amazon ECS), or AWS\nFargate. You can also model AWS CloudFormation actions that allow provision,\nupdate, or delete AWS resources as part of the release process. This also\nallows you to constantly deliver server-less applications built by AWS Lambda,\nAmazon API Gateway, and Amazon DynamoDB with the AWS Serverless Application\nModel (AWS SAM).<\/p>\n\n\n\n<p>You can also generate custom functions stated by code at any\nstage of your pipeline by using CodePipeline&#8217;s integration with AWS Lambda.\nCodePipeline allows you to configure a pipeline that connects these services\ntogether along with third-party developer tools and custom systems.<\/p>\n\n\n\n<strong>Pre-built plugins<\/strong>\n\n\n\n<p>AWS CodePipeline enables you to integrate third-party\ndeveloper tools such as GitHub or Jenkins, with any stage of your release\nprocess instantly. You can use third-party tools for all the stages of workflow\nlike source control, build, test, or deployment.<\/p>\n\n\n\n<strong>Custom plugins<\/strong>\n\n\n\n<p>AWS CodePipeline lets you integrate your own custom systems.\nFor this purpose, you can register a custom action that allows you to catch\nyour servers into your pipeline by integrating the CodePipeline open-source\nagent with your servers. You can also use the CodePipeline Jenkins plugin that\nallows you to register your existing build servers as a custom action.<\/p>\n\n\n\n<strong>Declarative templates<\/strong>\n\n\n\n<p>AWS CodePipeline enables you to define your pipeline\nstructure by a declarative JSON document. It indicates your release workflow\nand its stages and actions. These documents allow you to update existing\npipelines. Also, it provides preparatory templates for making new pipelines.<\/p>\n\n\n\n<strong>Access control<\/strong>\n\n\n\n<p>AWS CodePipeline also allows you to manage other users who\ncan make changes and control your release workflow by using AWS IAM. You can give\naccess to other users through IAM users, IAM roles, and SAML-integrated\ndirectories.<\/p>\n\n\n\n<strong>Receive notifications<\/strong>\n\n\n\n<p>You can make notifications for events that influence your\npipelines. Notifications will appear in the form of Amazon SNS notifications.\nEach notification consists of a status message and a link to the resources\nwhose event generated that notification.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AWS Codepipeline Pricing<\/h3>\n\n\n\n<p>There are no upfront fees or commitments for using AWS\ncodepipeline. But you incur costs only for what you use. AWS CodePipeline costs\n$1.00 per active pipeline per month. There is a trial version in which\npipelines are free of cost for the first 30 days after creation in order to\nencourage experimentation. An active pipeline is the one that has existed for\nmore than 30 days and has at least one code change that runs through it during\nthe month. There is no charge for pipelines that have no new code changes in\nthem during the month. <\/p>\n\n\n\n<p>As part of the AWS Free Tier, AWS CodePipeline provides one\nfree active pipeline each month for new and existing customers. Free usage is\ncalculated each month through all regions. And it is automatically applied to\nyour bill.<\/p>\n\n\n\n<p>You may incur additional charges for storing and accessing\nyour pipeline artifacts in Amazon S3. It may also charge you for generating\nactions from other AWS and third-party services that you connect to your\npipeline.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What does AWS codepipeline do in <a href=\"https:\/\/www.folio3.com\/mobile\/\">app development?<\/a><\/h4>\n\n\n\n<p>CodePipeline can provide you great help in automatically\nbuilding, testing, and deploying your applications in the cloud.<\/p>\n\n\n\n<strong>Automates the release process<\/strong>\n\n\n\n<p>It gives an end-to-end complete automated release process.\nBeginning from the source repository and all the way through the building,\ntesting, and deployment. The movement of changes through a pipeline can be\nprevented by involving the action of manual approval in any of the stages\nexcept the Source stage. You have complete control over the release so you can\nrelease it whenever you want, on whatever system you want, in the way of your\nchoice, across a single instance or several instances.<\/p>\n\n\n\n<strong>Consistent Process of Release<\/strong>\n\n\n\n<p>For every change in code, you are able to define a set of\nsteps that is consistent. CodePipeline makes sure that every stage of your\nrelease process is according to your given criteria.<\/p>\n\n\n\n<strong>Speedy delivery and improved quality<\/strong>\n\n\n\n<p>Your release process can be automated so as to enable your\ndevelopers to run tests and release code step by step along while releasing new\nfeatures to the clients\/customers by minimizing the release time.<\/p>\n\n\n\n<strong>Tools of your choice<\/strong>\n\n\n\n<p>You are able to include the tools of your current build,\nsource, and deployment into the pipeline. Apart from AWS services, there are\nmany third-party tools that are supported by Codepipeline.<\/p>\n\n\n\n<strong>Progress and details<\/strong>\n\n\n\n<p>You are able to view the status and progress of the\npipelines in real-time. Checking details of alerts, retrying failed actions,\nviewing details regarding source revisions that were used in the execution of\nthe latest pipeline, and rerunning any pipeline manually.<\/p>\n\n\n\n<strong>History details<\/strong>\n\n\n\n<p>Details regarding the execution of your pipeline can be\nviewed. These details include starting and ending times, running durations, and\nIDs of execution.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Benefits of Using AWS CodePipeline<\/h5>\n\n\n\n<strong>Faster Delivery<\/strong>\n\n\n\n<p>AWS pipeline helps you in automating the release process of\nyour software which enables you to release the newest features to your users.\nGetting feedbacks faster is possible with AWS codepipeline.<\/p>\n\n\n\n<p>Automation of the build test and process of release allows\nyou to easily and quickly run tests on each code along with changing and\ncatching bugs while they are minor and simpler to fix. By running every change\nthrough the staging and process of release, it becomes easier to ensure the\nquality of your infrastructure or application code.<\/p>\n\n\n\n<strong>Configurable workflow<\/strong>\n\n\n\n<p>By using console interface, the AWS SDKs, AWS\nCloudFormation, or the AWS CLI, you are enabled to model various stages of the\nrelease process of your software. You are allowed to define the tests that you\nwant to run and make customized steps for deploying your application and\nnecessary dependencies.<\/p>\n\n\n\n<strong>Quick start<\/strong>\n\n\n\n<p>AWS\ncodepipeline allows you to start with modeling of the software release process immediately.\nThere are no requirements for server provisions or set up. It is a delivery\nservice that is continuously managed and which connects to your current systems\nand tools.<\/p>\n\n\n\n<strong>Easy integration<\/strong>\n\n\n\n<p>The good thing about the AWS codepipeline is that it can be\nextended easily so as to meet your demands. You can use pre-built plugins or\nyou can use your custom plugins in steps of your release process. <\/p>\n\n\n\n<strong>FAQs<\/strong>\n\n\n\n<h6 class=\"wp-block-heading\">What is AWS codepipeline?<\/h6>\n\n\n\n<p>AWS CodePipeline is a product of Amazon Web Services. It\nautomates the software deployment process that allows a developer to quickly\nmodel, visualize and deliver code for new features and updates. This method is\ncalled continuous delivery. It also enables the developer to integrate partner\ntools and custom tools into any stage of the release process to form an\nend-to-end continuous delivery solution.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">How to integrate Jenkins with AWS codepipeline?<\/h6>\n\n\n\n<ol class=\"wp-block-list\"><li>Install the Codepipeline plugin for Jenkins on\nthe instance of Jenkins that you want to use with Codepipeline.<\/li><li>Start creating a pipeline in Codepipeline.<\/li><li>Add another statge (testing stage\/ create a\nJenkins project in order to test the deployment)<\/li><li>Cleaning up the resources.<\/li><\/ol>\n\n\n\n<h6 class=\"wp-block-heading\">Why should I use the AWS codepipeline in an app development project?<\/h6>\n\n\n\n<p>It eliminates complexity to some extent and makes the\nbuilding, testing, and deploying the application faster and easier. It enhances\ndevelopers\u2019 efficiency as they, and the whole technical department, have an\nunderstanding of how the pipeline will function and how to effectively manage\nit.<\/p>\n\n\n\n<p>With AWS\ncodepipeline, no fees are required for configuration or set up or any\nsubscription model to be able to access the pipeline. Your costs scale and\nshift as you develop applications, expand features, update and maintain more\nfrequently.<\/p>\n\n\n\n<p>Apart from developing business and mobile applications and\nhelping you to save more, another benefit that AWS codepipeline offers is receving feedback and\niterating on features. The structure and overall deployment of your application\nare well-managed, predictable, and obvious without having to worry about\nchanges that might lead to disruptions.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">How do I start with AWS Codepipeline?<\/h6>\n\n\n\n<p>You can sign in to the AWS Management Console, create a\npipeline, and start using the service. If you want to view an introduction to AWS CodePipeline, see\nGetting Started which includes step-by-step tutorials. Or, see the Pipeline\nStarter Kit to quickly provision a preconfigured release pipeline with a\nJenkins build server using an AWS CloudFormation template.<\/p>\n\n\n<p><iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/NwzJCSPSPZs\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"><\/iframe><\/p>","protected":false},"excerpt":{"rendered":"<p>In today\u2019s century, business applications must be progressed quickly in order to meet customer needs. Companies that can rapidly deliver software updates and innovate faster, adept in changing markets more easily and drive faster business results. Using traditional software release processes, code updates like news features or bug fixes are manually and infrequently move from &hellip; <a href=\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;What is AWS codepipeline and what does AWS codepipeline do in app development?&#8221;<\/span><\/a><\/p>\n","protected":false},"author":37,"featured_media":4569,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[47],"tags":[],"class_list":["post-4563","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-app-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is AWS codepipeline and its role in App Development<\/title>\n<meta name=\"description\" content=\"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is AWS codepipeline and its role in App Development\" \/>\n<meta property=\"og:description\" content=\"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\" \/>\n<meta property=\"og:site_name\" content=\"Mobile App Development Services\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-11T06:46:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-22T09:36:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1709\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Noc Folio3\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Noc Folio3\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\"},\"author\":{\"name\":\"Noc Folio3\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/0b6e4f68efbd12d222ac9422766c61eb\"},\"headline\":\"What is AWS codepipeline and what does AWS codepipeline do in app development?\",\"datePublished\":\"2020-02-11T06:46:32+00:00\",\"dateModified\":\"2020-12-22T09:36:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\"},\"wordCount\":1708,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg\",\"articleSection\":[\"App Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\",\"url\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\",\"name\":\"What is AWS codepipeline and its role in App Development\",\"isPartOf\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg\",\"datePublished\":\"2020-02-11T06:46:32+00:00\",\"dateModified\":\"2020-12-22T09:36:39+00:00\",\"description\":\"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage\",\"url\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg\",\"contentUrl\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg\",\"width\":2560,\"height\":1709,\"caption\":\"What is AWS codepipeline\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.folio3.com\/mobile\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is AWS codepipeline and what does AWS codepipeline do in app development?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#website\",\"url\":\"https:\/\/www.folio3.com\/mobile\/\",\"name\":\"Mobile App Development Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.folio3.com\/mobile\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#organization\",\"name\":\"Mobile App Development Services\",\"url\":\"https:\/\/www.folio3.com\/mobile\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/12\/folio3-mobile.png\",\"contentUrl\":\"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/12\/folio3-mobile.png\",\"width\":210,\"height\":50,\"caption\":\"Mobile App Development Services\"},\"image\":{\"@id\":\"https:\/\/www.folio3.com\/mobile\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/0b6e4f68efbd12d222ac9422766c61eb\",\"name\":\"Noc Folio3\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/29f05a21b8db20048e7717694b024bbd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/29f05a21b8db20048e7717694b024bbd?s=96&d=mm&r=g\",\"caption\":\"Noc Folio3\"},\"url\":\"https:\/\/www.folio3.com\/mobile\/blog\/author\/noc\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is AWS codepipeline and its role in App Development","description":"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/","og_locale":"en_US","og_type":"article","og_title":"What is AWS codepipeline and its role in App Development","og_description":"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?","og_url":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/","og_site_name":"Mobile App Development Services","article_published_time":"2020-02-11T06:46:32+00:00","article_modified_time":"2020-12-22T09:36:39+00:00","og_image":[{"width":2560,"height":1709,"url":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg","type":"image\/jpeg"}],"author":"Noc Folio3","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Noc Folio3","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#article","isPartOf":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/"},"author":{"name":"Noc Folio3","@id":"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/0b6e4f68efbd12d222ac9422766c61eb"},"headline":"What is AWS codepipeline and what does AWS codepipeline do in app development?","datePublished":"2020-02-11T06:46:32+00:00","dateModified":"2020-12-22T09:36:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/"},"wordCount":1708,"commentCount":0,"publisher":{"@id":"https:\/\/www.folio3.com\/mobile\/#organization"},"image":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage"},"thumbnailUrl":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg","articleSection":["App Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/","url":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/","name":"What is AWS codepipeline and its role in App Development","isPartOf":{"@id":"https:\/\/www.folio3.com\/mobile\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage"},"image":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage"},"thumbnailUrl":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg","datePublished":"2020-02-11T06:46:32+00:00","dateModified":"2020-12-22T09:36:39+00:00","description":"What is AWS codepipeline and how to use the AWS codepipeline in an app development project? Also find the best way that where to start with AWS Codepipeline?","breadcrumb":{"@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#primaryimage","url":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg","contentUrl":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/02\/aws-codepipeline-scaled.jpg","width":2560,"height":1709,"caption":"What is AWS codepipeline"},{"@type":"BreadcrumbList","@id":"https:\/\/www.folio3.com\/mobile\/blog\/aws-codepipeline\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.folio3.com\/mobile\/"},{"@type":"ListItem","position":2,"name":"What is AWS codepipeline and what does AWS codepipeline do in app development?"}]},{"@type":"WebSite","@id":"https:\/\/www.folio3.com\/mobile\/#website","url":"https:\/\/www.folio3.com\/mobile\/","name":"Mobile App Development Services","description":"","publisher":{"@id":"https:\/\/www.folio3.com\/mobile\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.folio3.com\/mobile\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.folio3.com\/mobile\/#organization","name":"Mobile App Development Services","url":"https:\/\/www.folio3.com\/mobile\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.folio3.com\/mobile\/#\/schema\/logo\/image\/","url":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/12\/folio3-mobile.png","contentUrl":"https:\/\/www.folio3.com\/mobile\/wp-content\/uploads\/2020\/12\/folio3-mobile.png","width":210,"height":50,"caption":"Mobile App Development Services"},"image":{"@id":"https:\/\/www.folio3.com\/mobile\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/0b6e4f68efbd12d222ac9422766c61eb","name":"Noc Folio3","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.folio3.com\/mobile\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/29f05a21b8db20048e7717694b024bbd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29f05a21b8db20048e7717694b024bbd?s=96&d=mm&r=g","caption":"Noc Folio3"},"url":"https:\/\/www.folio3.com\/mobile\/blog\/author\/noc\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/posts\/4563"}],"collection":[{"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/comments?post=4563"}],"version-history":[{"count":9,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/posts\/4563\/revisions"}],"predecessor-version":[{"id":4577,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/posts\/4563\/revisions\/4577"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/media\/4569"}],"wp:attachment":[{"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/media?parent=4563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/categories?post=4563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.folio3.com\/mobile\/wp-json\/wp\/v2\/tags?post=4563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}