Crossword uploader had no CI/CD implementation. Deploying new versions involved running a bash script, which would build and upload the lambda locally.
Follow up PRs will do upgrades of dependencies, scala version, sbt, etc.
How to test
Deploy to CODE from riffraff (flexible::crossword-uploader). Throw some files into the bucket on code. Do the uploaders function correctly?
How can we measure success?
CI & CD 🎉 Less barriers to developing and upgrading, etc.
What does this change?
Crossword uploader had no CI/CD implementation. Deploying new versions involved running a bash script, which would build and upload the lambda locally.
Follow up PRs will do upgrades of dependencies, scala version, sbt, etc.
How to test
Deploy to CODE from riffraff (flexible::crossword-uploader). Throw some files into the bucket on code. Do the uploaders function correctly?
How can we measure success?
CI & CD 🎉 Less barriers to developing and upgrading, etc.