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?
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
backstage-on-aws/infra/app_pipeline.py
Lines 24 to 25 in ce44f7e
I tried to remove them and the parts using them just to see what happens, but then it fails here where
codepipelineis missingbackstage-on-aws/infra/backstage.py
Lines 43 to 44 in ce44f7e
Can this be solved?