[x] I've added tests (if it's a bug, feature or enhancement)
[ ] I've adjusted the documentation (if it's a feature or enhancement)
[x] The test suite passes (run bundle exec rspec to verify this)
Summary
The names of the event helpers were a still little annoying with the _payloads suffix. This PR remove the suffix for prettier names. Note: The old methods are still work as they are aliased. Users are encouraged to use the pretty helpers.
s3_events
sns_events
sqs_events
Also:
clean up event helper module names
_s3_events internal accessor so s3_events name can be used for helper supress warning for internal base_path and s3_bucket_config
This is a πββοΈ feature or enhancement.
bundle exec rspec
to verify this)Summary
The names of the event helpers were a still little annoying with the
_payloads
suffix. This PR remove the suffix for prettier names. Note: The old methods are still work as they are aliased. Users are encouraged to use the pretty helpers.Also:
Context
How to Test
Go through docs, which have also been improved.
Version Changes
Patch