-
Most platforms offer the ability to preview PRs before merging them. It creates a link where you can see the effect of the change. I searched in AWS and found this in the docs https://docs.aws.amazon.…
-
**Describe the solution you'd like**
Similar to how CodeCommit commit messages can be seen in CodePipeline, I would like for the Amplify Console to show the last CodeCommit commit message in the fron…
-
### Terraform Core Version
1.7.0
### AWS Provider Version
5.34.0
### Affected Resource(s)
resource "aws_codebuild_project" "xxxxxxx"
### Expected Behavior
A code build project wou…
-
Hello I find the installation instructions difficult to follow. Is the entire installation process to be run on the aws console? Or are they meant to be run on your local system or some in the console…
-
### Description
Because of https://github.com/aws/aws-cdk/issues/16244, customers have to sometimes create a Role manually and control its permissions.
We should make that easy in `CodePipeline`.
…
-
### Describe the bug
The cdk cli is not working with my sso profile.
If I export my profile to envars it works. So that seems like there is nothing wrong with the account and something wrong with …
-
## :rocket: Feature Request
### Affected Languages
- [ ] `TypeScript` or `Javascript`
- [x] `Python`
- [ ] `Java`
- [ ] .NET (`C#`, `F#`, ...)
- [ ] `Go`
### Description
`@jsii.impleme…
-
This would be really useful for those of us using GitHub to host our code. It could implement a stack for a system like this: https://aws.amazon.com/es/blogs/devops/aws-codepipeline-build-status-in-a-…
-
Would be nice to have a set of build.exclude regexs or similar where we could avoid building containers on things like README changes or others that don't require a new container image.
-
When I am trying deploy application code using aws codepipeline getting script failed error on the instance launched using autoscale group.Previously when I used only one instance it gave success.But …