How to specify the CodeBuild event type in Develop with AWS
You want to adjust the event type for a CodeBuild project in https://utoolity.net/products/develop-with-aws by tagging your AWS resources so that you can use CodeBuild as a build and test event provider (default), or also as a deployment event provider (opt-in):
Instructions
The concept is similar across all supported Atlassian products like Jira and Compass:
Navigate to a supported event source in AWS, i.e. a CodeBuild project
Add a tag with key
utoolity:atlassian:devops:provider:type, and eitherbuild(default) to ingest build events, ordeployment(opt-in) to also ingest deployment events(Optional) If you opted into deployment events in step 2, specify the deployment environment type – refer to How to specify the deployment environment type in Develop with AWS for details.
The event types are case insensitive so that you can use your preferred phrasing.