All Posts on troubleshooting

title

Dealing With the AWS Lambda Invocation Payload Limits

1 min

If you’ve dealt with Lambda functions you may have run across the RequestEntityTooLargeException AWS Lambda exception that occurs when a function is invoked with too large of a payload. This article looks at how to get around this error.

title

The Secret Lives of Failed Amazon SQS Messages

How to redrive your SQS messages to success
3 min

I found lots of information about dead letter queues, but no examples that demoed a redrive function to retry those failed messages. This post is meant to serve as a nice example for folks like me who want to do this on AWS and haven’t found many examples.

© 2022 Stackery. All rights reserved.