File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 id : deploy
6565 env :
6666 AWS_ACCOUNT_ID : ${{ secrets.AWS_ACCOUNT_ID }}
67- LAMBDA_ENDPOINT : ${{ secrets.LAMBDA_ENDPOINT_BETA }}
67+ LAMBDA_ENDPOINT : " https://lambda.us-west-2.amazonaws.com "
6868 KMS_KEY_ARN : ${{ secrets.KMS_KEY_ARN }}
6969 run : |
7070 # Build function name
@@ -101,7 +101,7 @@ jobs:
101101 - name : Run Integration Tests - ${{ matrix.example.name }}
102102 env :
103103 AWS_REGION : ${{ env.AWS_REGION }}
104- LAMBDA_ENDPOINT : ${{ secrets.LAMBDA_ENDPOINT_BETA }}
104+ LAMBDA_ENDPOINT : " https://lambda.us-west-2.amazonaws.com "
105105 QUALIFIED_FUNCTION_NAME : ${{ env.QUALIFIED_FUNCTION_NAME }}
106106 LAMBDA_FUNCTION_TEST_NAME : ${{ matrix.example.name }}
107107 run : |
Original file line number Diff line number Diff line change 8484 working-directory : language-sdk
8585 env :
8686 AWS_ACCOUNT_ID : ${{ secrets.AWS_ACCOUNT_ID }}
87- LAMBDA_ENDPOINT : ${{ secrets.LAMBDA_ENDPOINT }}
87+ LAMBDA_ENDPOINT : " https://lambda.us-west-2.amazonaws.com "
8888 INVOKE_ACCOUNT_ID : ${{ secrets.INVOKE_ACCOUNT_ID }}
8989 KMS_KEY_ARN : ${{ secrets.KMS_KEY_ARN }}
9090 run : |
You can’t perform that action at this time.
0 commit comments