Thank you for investing your time in contributing to our project!
To get an overview of the project, read the README.
Linting commands to run from the devcontainer/pipeline.
Rubocop
rubocop
export AWS_DEFAULT_REGION=us-east-1
rspec
npx sls invoke -f setter -s dev -p spec/fixtures/s3_event.json
This project uses Standard Version for conducting releases. All commits should follow the Conventional Commits specification for accurately generating the CHANGELOG.md contents.
To perform a release
npm install
npm run release