@digitregroup/s3-to-anything
v1.0.0
Published
Sync S3 bucket with anything
Downloads
5
Readme
S3 To Anything
Trigger any action when a new file is dropped into a S3 bucket. S3ToAnything parses S3 file events and triggers your callbacks, if your constraints are met.
Code style
This project should respect the linting configured in @digitregroup/eslint-config.
yarn lint
Continuous Integration / Delivery
This project is completely managed by CircleCI to perform:
- CI on every git push
- Linting
- Unit test (coming soon)
- CD on
develop
branch and gittags
(if CI passed)- A push to
develop
branch will deploystage
environments - A git
tag
created will deployprod
environments
- A push to