enable AWS codeartifact as source provider
See original GitHub issueHi,
Feature request I would love to have AWS codeartifact enabled as an ADF Pipeline build trigger.
use case
New version of [npm|maven|...]
package published will trigger a deployment step with the actual published metadata as information.
Current possible workaround
- publish package to code artifact
- push package information to
S3
- use
S3
as trigger
Questions
- how to trigger a rollback (possible with stated workaround)
- codepipeline itself has AFAIK no possibility to be triggered with AWS code artifact
Remark A similar feature would be to have also ECR have a similar trigger.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Use CodeArtifact with Visual Studio - AWS Documentation
Configure Visual Studio with the CodeArtifact Credential Provider · Navigate to your repository in the AWS Explorer window, right click and select Copy...
Read more >Use AWS CodeArtifact to Manage your Software Packages
Learn how to manage software packages using AWS CodeArtifact. ... We will walk through the simple steps to configure this service.
Read more >The CloudFormation Resource Provider Package for the AWS ...
The CloudFormation Resource Provider Package for the AWS CodeArtifact service ... providers allow for CloudFormation stacks to provision AWS CodeArtifact ...
Read more >aws_codeartifact_repository | Resources | hashicorp/aws
tags_all - A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block. Import. CodeArtifact Repository ...
Read more >AWS.CodeArtifact.NuGet.CredentialProvider 1.0.1
A tool to configure NuGet credential provider for AWS CodeArtifact sources.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Opened PR #392 that should address this issue.
Yes, that is absolutely fine. Thanks for the work!