diff --git a/.github/workflows/serverless-deploy.yaml b/.github/workflows/serverless-deploy.yaml index 7999974..a16d77b 100644 --- a/.github/workflows/serverless-deploy.yaml +++ b/.github/workflows/serverless-deploy.yaml @@ -38,6 +38,7 @@ jobs: runs-on: ubuntu-latest env: ENVIRONMENT: ${{ github.event.inputs.ENVIRONMENT }} + AWS_SDK_LOAD_CONFIG: 1 outputs: SERVICE_URL: ${{ steps.set_service_url.outputs.SERVICE_URL }} steps: