CodePipelineActions to run CLI commands without a codebuild project? #27044
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I've found myself several times in a situation where there are some pipelines that just do something without any kind of input that usually run CLI commands. For example clearing the s3 bucket, invalidating cloudfront cache and so on. It seems that I am missing a better alternative since these actions always require an input, and I cannot specify an empty input since it will fail.
The alternative would be something like
Not much simpler and I have to code the logic myself even though it is supported by CLI. (and I believe the Lambda in this state wouldnt work/ never complete)
Another place where I need something like this
Beta Was this translation helpful? Give feedback.
All reactions