- Move tests to live alongside functions
- Move mocks into a test-startup module, start testing processQueueItem
- Add npm start script
- Switch onchange to use polling, resolves some weirdness in windows
Issue #3
- Ensure AWS API Gateway can accept binary requests
- Add multipart form parsing, light input validation
- Expand options in client to include other API fields
- Increase S3 object expiry to 30 days
- Update tests
Fixes#1
- Add prettier, deploy:dev, and client NPM scripts
- bin/client.js as a start on a Hawk-enabled example service client
- Rework accept endpoint function
- Switch to POST requests
- Enforce Hawk authentication, with hardcoded dev credential option and
DynamoDB credentials
- Add Credentials table in DynamoDB
- Tests for Hawk in accept function
- README updates
Fixes#2