Kralizek / AWSLambdaSharpTemplate

A template for AWS Lambda functions written in C# with .NET Core
MIT License
61 stars 25 forks source link

SQS: Partial Batch support, optional access to raw message details #25

Closed bartpio closed 1 year ago

bartpio commented 1 year ago

1) Optional support for partial batch responses, with automatic exception catching and reporting 1) Optional access to raw message details 1) Trivial abstract base functions for SQS and SNS entry point classes (debatable!)

Kralizek commented 1 year ago

hi @bartpio thanks for your pull request.

I would have appreciated you had opened an issue to discuss this before. Also, I would appreciate if you could split this PR into 3 distinct ones so that we can discuss and improve one by one.

My idea is to close this PR and continue the development in more focused ones.

bartpio commented 1 year ago

Thanks for the response and opening the issues. More focused PRs are a good idea. I'll start with drafting one for partial batch responses.