Skip to content

Commit

Permalink
Updates 2024-07-10 - Lambda update iam role issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jul 10, 2024
1 parent 53a9fc0 commit 456c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herding_cats_pipelines/lambda_jobs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def lambda_handler(event, context) -> json:
Body=json.dumps(data),
ContentType='application/json'
)
logger.success("Data Was Successfully Dumped!")
logger.success("Data Was Successfully Dumped...")

return {
'statusCode': 200,
Expand Down

0 comments on commit 456c6e3

Please sign in to comment.