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...
On this page of the site you can watch the video online AWS Step Function: Adding Retries and Error Notifications to a Lambda Function with a duration of hours minute second in good quality, which was uploaded by the user Knowledge Amplifier 09 June 2022, share the link with friends and acquaintances, this video has already been watched 5,734 times on youtube and it was liked by 81 viewers. Enjoy your viewing!