1 Answers
2
Accepted Answer
For orchestration across multiple lambda functions, you should look at using Step Functions - https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html
The following workshops can help you familiarize yourself with how Step Functions work - https://catalog.us-east-1.prod.workshops.aws/workshops/9e0368c0-8c49-4bec-a210-8480b51a34ac/en-US
Another example of how you can orchestrate using Step Functions can be found here - https://docs.aws.amazon.com/step-functions/latest/dg/sample-lambda-orchestration.html
Relevant questions
Third party integration with SQS and Lambda
Accepted Answerasked 14 days agoHow can I delete a "hidden" SQS
asked 5 months agois it possible that SQS Triggers to a Lambda Function Alias?
Accepted Answerasked 6 months agoConverting existing, manually created Lambda with triggers and Function URL to SAM
asked a month agoSNS to Lambda vs SNS to SQS to Lambda
Accepted Answerasked 8 months agosqs event triggers lambda directly, is there a way to delay that execution by 10-20 seconds?
Accepted Answerasked 2 years agoAt what point is an AWS SQS queue overkill as a Lambda function's source?
asked 5 months agoMax number of SQS as triggers for a single lambda?
Accepted Answerasked 3 years agoIs it possible to create a workmail "catch-all" account
asked 21 days agoReturn Value from Lambda function triggered by SQS to individual client
Accepted Answerasked 7 months ago