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

Publicado el: 09 junio 2022
en el 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...  


En esta página del sitio puede ver el video en línea AWS Step Function: Adding Retries and Error Notifications to a Lambda Function de Duración hora minuto segunda en buena calidad , que subió el usuario Knowledge Amplifier 09 junio 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 5,734 veces y le gustó 81 a los espectadores. Disfruta viendo!