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

Publicado em: 09 Junho 2022
no canal de: 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...  


Nesta página do site você pode assistir ao vídeo on-line AWS Step Function: Adding Retries and Error Notifications to a Lambda Function duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Knowledge Amplifier 09 Junho 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 5,734 vezes e gostou 81 espectadores. Boa visualização!