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.
This project should respect the linting configured in @digitregroup/eslint-config.
yarn lint
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