Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jul 12, 2024
1 parent a220b1f commit 573b545
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ provider:
runtime: python3.11
environment:
PYTHONPATH: ./src
AWS_ACCESS_KEY: ${{ secrets.MY_AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.MY_AWS_SECRET_KEY }}
OPENSEARCH_HOST: ${{ secrets.OPENSEARCH_HOST }}
OPENSEARCH_USERNAME: ${{ secrets.OPENSEARCH_USERNAME }}
OPENSEARCH_PASSWORD: ${{ secrets.OPENSEARCH_PASSWORD }}
AWS_ACCESS_KEY: ${{ secrets.my_aws_access_key }}
AWS_SECRET_KEY: ${{ secrets.my_aws_secret_key }}
OPENSEARCH_HOST: ${{ secrets.opensearch_host }}
OPENSEARCH_USERNAME: ${{ secrets.opensearch_username }}
OPENSEARCH_PASSWORD: ${{ secrets.opensearch_password }}
region: ap-south-1
iam:
role:
Expand Down

0 comments on commit 573b545

Please sign in to comment.