Skip to content

Commit

Permalink
fix git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMOTHY ANDES committed Feb 29, 2024
1 parent 4ccbd0e commit 4688dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION="1 1"
VERSION="1.2"
2 changes: 1 addition & 1 deletion lambda/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def handler(event, context):
version = os.environ.get("VERSION", "0.0")
response_body = {
"message": "Hello World 👋",
"message": "Hello World",
"version": version,
}
return {"statusCode": 200, "body": response_body}

0 comments on commit 4688dc7

Please sign in to comment.