I have a lambda that use for kicking off CodeBuild and I set overrides for some environment variables (download paths mostly).
Now I'm migrating over to CodePipeline and I'm trying to figure out how to do the same thing.
For CodeBuild I would do environmentVariablesOverride and then specify the ENV variables I want. I can't find any examples that show I can do the same thing with CodePipeline. Was hoping someone could give me some direction on how I might accomplish this.
Appreciate the help!