-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
- deploy metadata-manager using existing shared resources
- integrate the deployment stack with the existing codepipeline
-
Hi @sanathkr,
The spec says that `Policies` can be a `string | List of string` equal to `Names of AWS managed IAM policies`. Are there any plans to enable reuse of existing customer-managed policie…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
The […
-
### How did you install the Amplify CLI?
npm install -g @aws-amplify/cli
### If applicable, what version of Node.js are you using?
v12.22.9
### Amplify CLI Version
12.10.1
### What operating sys…
-
when triggering a codebuild project that is normally triggered from codepipeline this action sets the `sourceTypeOverride` and `sourceLocationOverride `. this is great.. however:
codebuild projects…
-
### Describe the Bug
Apple Silicon machines result in the below error.
```
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/github v3.0.0 does not have a
│ …
-
### Describe the bug
GitLab repositories that are nested under at least one group cannot be directly with `CodePipelineSource.connection` as it limits repositories to the form `/`. GitLab includes th…
-
I'm not sure if this is an aws or terraform issue however when I create a aws_codepipeline via terraform I find that you cannot add spaces into the name. When you create the pipeline manually in the A…
-
Build stage runs after push in release branch and simultaneously deploy stage runs at aws codepipeline
which make deploy stage deploy the artifacts of previous commit
Possible options
- use tags…