Skip to content

Error when running script #3

@danielbrodin

Description

@danielbrodin

Hi,

First of all, thanks for the guide (if I can get it to work 😂).

I have tried to run the script, but it fails pretty fast on two env variables that doesn't exist

github_app_fnds_arn = props.get("GITHUB_APP_FNDS_ARN")
github_app_isrc_arn = props.get("GITHUB_APP_ISRC_ARN")

I tried to remove them and the parts using them just to see what happens, but then it fails here where codepipeline is missing

source_output = codepipeline.Artifact()
build_output = codepipeline.Artifact()

Can this be solved?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions