Skip to content

Commit

Permalink
Added AWS SAM file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelthotti committed Nov 9, 2024
1 parent 254649e commit eb5110f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hello_world/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def lambda_handler(event, context):
return {
"statusCode": 200,
"body": json.dumps({
"message": "Hello world ... This is Nabeel's CICD pipeline",
"message0": "Hello world ...",
"message1": "This is Nabeel's CICD pipeline"
# "location": ip.text.replace("\n", "")
}),
}

0 comments on commit eb5110f

Please sign in to comment.