AWS Step Function: Adding Retries and Error Notifications to a Lambda Function

Publié le: 09 juin 2022
sur la chaîne: Knowledge Amplifier
5,734
81

Prerequisite:
-------------------------
Testing Retry Behavior and DLQs in AWS Lambda
   • Testing Retry Behavior and DLQs in AWS Lambda  
Getting started with AWS Step Functions with AWS Lambda & Athena
   • Getting started with AWS Step Functions wi...  

Lambda Code:
------------------------
import json
import time

def lambda_handler(event, context):
TODO implement
print(event)
time.sleep(3)
return {
'statusCode': 200,
'body': json.dumps('Hello from Lambda!')
}


Reference Link:
---------------------------
https://docs.aws.amazon.com/step-func...

Check this playlist for more Data Engineering related videos:
   • Demystifying Data Engineering with Cloud C...  


Sur cette page du site, vous pouvez voir la vidéo en ligne AWS Step Function: Adding Retries and Error Notifications to a Lambda Function durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Knowledge Amplifier 09 juin 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 5,734 fois et il a aimé 81 téléspectateurs. Bon visionnage!