Skip to content

Commit 74b9324

Browse files
committed
remove endpoint
1 parent f39e942 commit 74b9324

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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: |

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)