You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
I have a codepipeline v1 which is triggered by a lambda. This pipeline has a buildspec.yml with a pre-build step that uses the commit sha to discover if it has a tag or not. If this commit has a tag, then I run additional steps. I can't currently use codepipeline v2 because there is no L2 construct yet. Someone will soon merge this feature: aws/aws-cdk#28538
Proposed Solution
Use this permissions list to discover which commands are missing
Thanks for reaching out. If you didn't know, all of the AWS SDKs and the CLI are code generated from the API model of each AWS service.
Since the service does not model this operation in their model, the SDKs cannot generate code and types for them. Even if that operation might have already backend support.
I have created a feature request with the CodeCommit service team on your behalf - P115757716, you will be able to check on the status of it if you cut a support ticket through the AWS console yourself.
I will be closing this ticket since its not actionable by the SDK team, but will update it when we hear back from the service team.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the feature
Add a command to execute GetReferences codecommit api call.
As you can see in the image bellow, it is available in the service
But the package does not have a command to match this resource
I noticed that the AWS cli is also missing this command
https://docs.aws.amazon.com/cli/latest/reference/codecommit/
The Web API doc is also missing this resource
https://docs.aws.amazon.com/codecommit/latest/APIReference/Welcome.html
Use Case
I have a codepipeline v1 which is triggered by a lambda. This pipeline has a buildspec.yml with a pre-build step that uses the commit sha to discover if it has a tag or not. If this commit has a tag, then I run additional steps. I can't currently use codepipeline v2 because there is no L2 construct yet. Someone will soon merge this feature: aws/aws-cdk#28538
Proposed Solution
Use this permissions list to discover which commands are missing
https://docs.aws.amazon.com/pt_br/codecommit/latest/userguide/auth-and-access-control-permissions-reference.html
Other Information
I can implement it. But I would need some initial guidance.
Acknowledgements
SDK version used
3.121.0
also tried with 3.496.0 and the same result
Environment details (OS name and version, etc.)
MacOs Sonoma Beta 3
The text was updated successfully, but these errors were encountered: