aws apprunner env variables in building phase are not visibile

0

I've this config file

version: 1.0
runtime: nodejs18

build:
  commands:
    pre-build:
      - npm install
    build:
      - npm run build
    post-build:
      - npm test
  env:
    - name: AWS_COGNITO_REGION
      value: "xx-zzzz-x"
    - name: AWS_COGNITO_USERPOOLID
      value: "xx-zzzz-y_yyyyyy"
.........

Both of env variables are needed during the post-build step but I got several errors because

env-var: "AWS_COGNITO_REGION" is a required variable, but it was not set

I've been struggling with this issue for days without any solution. Any suggestion? Could you help me?

scne
已提問 4 個月前檢視次數 120 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南