Skip to content

Commit

Permalink
Update lambda_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jul 12, 2024
1 parent 247c69e commit a220b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lambda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
def lambda_handler(event, context):
try:
# AWS credentials from env variables
aws_access_key = os.environ['aws_access_key']
aws_secret_key = os.environ['aws_secret_key']
aws_access_key = os.environ['my_aws_access_key']
aws_secret_key = os.environ['my_aws_secret_key']

# OpenSearch credentials from env variables
opensearch_host = os.environ['opensearch_host']
Expand Down

0 comments on commit a220b1f

Please sign in to comment.