0

I have some step function that in case of failure, I want to update a rds record (generally run an sql query) in Aurora serverless data base in the same aws account.

Is it possible? Or should I create lambda that will do the update?

Thanks :)

2
  • 1
    You will need the Step Function to call an AWS Lambda function. You will then need to code the Lambda function to perform the update. Commented Dec 30, 2024 at 21:44
  • The list is at docs.aws.amazon.com/step-functions/latest/dg/… It includes DynamoDB but not RDS. Commented May 6 at 23:40

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.