Skip to content

Commit

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

0 comments on commit 145cf0f

Please sign in to comment.