Reader small image

You're reading from  Rapid Application Development with AWS Amplify

Product typeBook
Published inJul 2021
Reading LevelIntermediate
PublisherPackt
ISBN-139781800207233
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Adrian Leung
Adrian Leung
author image
Adrian Leung

Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Business and Organisational Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers. Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance.
Read more about Adrian Leung

Right arrow

Triggering the pipeline

There are a few ways to trigger the DevOps pipeline. We can trigger the pipeline by committing the code through the repository and triggering the build automatically, or by directly triggering the pipeline manually.

Imagine working with multiple team members who are working on the trunk together and we keep triggering the pipeline with an unfinished feature. Ideally, we would like to trigger the pipeline when the team is ready to integrate. To do this, we will need to disable the auto build feature of the pipeline:

  1. Go to Amplify Console | App | General | Branches, click on the Action dropdown, and select the Disable auto build option:

    Figure 7.20 – Disable auto build option

    After this, we will need to create a webhook on the Build Settings page.

  2. Click on the Create webhook button:

    Figure 7.21 – Create webhook button

  3. Enter a desired name for the webhook or leave it blank. If you leave it blank, a default name will be used instead...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Rapid Application Development with AWS Amplify
Published in: Jul 2021Publisher: PacktISBN-13: 9781800207233

Author (1)

author image
Adrian Leung

Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Business and Organisational Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers. Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance.
Read more about Adrian Leung