lambda_sqs 0.2.0

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).

## [Unreleased]

### Add

- Return a vec of messages

### Change

### Remove

## [0.0.2]

### Add

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

### Change

### Remove

## 0.0.1

- Initial structure to reserve crate name

### Added

### Changed

### Removed

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[0.0.2]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.2