We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c42c7 commit 1483ee5Copy full SHA for 1483ee5
.github/workflows/main.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: Install Dotnet-Lambda tool
33
run: dotnet tool install --global Amazon.Lambda.Tools
34
- name: Deploy
35
- run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region us-east-1
+ run: dotnet lambda deploy-serverless --stack-name LeetcodeDailyChallengeLambda --s3-bucket leetcode-daily-challenge-store --template src/LeetcodeDailyChallengeReminder/serverless.template --region eu-west-1
0 commit comments