Skip to content

Commit

Permalink
checking cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyotk committed Apr 19, 2024
1 parent 51d937b commit 0e9b6f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lambdas/ImageInquiry-lf1-frmCDK/ImageInquiry-lf1-frmCDK.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def lambda_handler(event, context):
print(f"event received is: {event}")

try:
print("***----------------")
print("yar I've finally changed lf1***----------------")
print("yar I've finally changed yar lf1***----------------")
print("Testing CICD ")
# Extract details from event
bucket_name = event['Records'][0]['s3']['bucket']['name']
obj_key = event['Records'][0]['s3']['object']['key']
Expand Down

0 comments on commit 0e9b6f6

Please sign in to comment.