-
Notifications
You must be signed in to change notification settings - Fork 724
Conversation
Signed-off-by: Gabriela S. Soria <[email protected]>
Signed-off-by: Gabriela S. Soria <[email protected]>
Signed-off-by: Gabriela S. Soria <[email protected]>
Signed-off-by: Gabriela S. Soria <[email protected]>
Signed-off-by: Gabriela S. Soria <[email protected]>
|
||
params := &codebuild.ListSourceCredentialsInput{} | ||
|
||
resp, err := svc.ListSourceCredentials(params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there no pagination here required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bjoernhaeuser this endpoint is not paginated, SourceCredentialsInfo doesn't have a NextToken
field.
@svenwltr @der-eismann These changes have been running in our production environment since last year. Would it be possible to merge so we can sync our build with upstream? |
This is being implemented via ekristen/aws-nuke#358 Please see the copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information. Caution This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke. |
This PR includes new modules to handle Codebuild builds, build batches, report groups, and source credentials. Adding support for webhooks and reports was not needed as these resources depend on the project and project's builds respectively.
Testing
After creating the codebuild resources using the script mentioned below, run aws-nuke specifying the following resources:
Once aws-nuke finishes, verify that there are no resources left with the following commands:
Setup