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

Pubblicato il: 09 giugno 2022
sul canale di: 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...  


In questa pagina del sito puoi guardare il video online AWS Step Function: Adding Retries and Error Notifications to a Lambda Function della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Knowledge Amplifier 09 giugno 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 5,734 volte e gli è piaciuto 81 spettatori. Buona visione!