lambda_sqs 0.2.3

Handles an SQS event and provides a vec of your type for processing.
Documentation

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.2.3] - 2022-05-14

## [0.2.2] - 2022-05-14

### Add

- Return a vec of messages

### Change

- Update dependencies

## [0.2.1] - 24 Jan 2022

### Change

- FIX: error in repository string
- Update dependenies

## [0.2.0] - 22 Sep 2021

### Add

- Collect batch of messages
- Convert batch of messages to vec of user provider struct

<!-- next-url -->
[Unreleased]: https://github.com/jerusdp/lambda_sqs/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/jerusdp/lambda_sqs/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/jerusdp/lambda_sqs/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/jerusdp/lambda_sqs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/jerusdp/lambda_sqs/releases/tag/v0.2.0