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 bde4c46 commit 89d4d32Copy full SHA for 89d4d32
.github/workflows/integration-tests.yaml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
35
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
36
+ aws-region: us-east-1
37
38
- name: Serverless Deploy (AWS Credentials)
39
if: ${{ matrix.examples == './examples/aws_credentials' }}
README.md
@@ -39,6 +39,7 @@ It also supports optional plugins such as `serverless-domain-manager` and `serve
40
41
42
43
44
- name: Serverless Deploy
45
uses: dhollerbach/actions.serverless-with-python-requirements@v3
0 commit comments