Implementing a LIFO task queue using AWS Lambda and Amazon DynamoDB
AWS FeedImplementing a LIFO task queue using AWS Lambda and Amazon DynamoDB This post was written by Diggory Briercliffe, Senior IoT Architect. When implementing a task queue, you can use Amazon SQS standard or FIFO (First-In-First-Out) queue types. Both queue types give priority to tasks created earlier over tasks that are created later. However, there…