pipenv update --dev
- Updates dependencies, including dev dependencies.make
- lints template, runs unit tests, prepares for packaging.PACKAGE_BUCKET=<bucket> PROFILE=<aws creds profile> make package
- builds and packages template for deployment.PACKAGE_BUCKET=<bucket> PROFILE=<aws creds profile> make publish
- builds, packages, and publishes to Serverless Application Repository.- Important: Prior to publishing, you should test the app via the
github-codebuild-logs-test
repo (see README in that repo).
- Important: Prior to publishing, you should test the app via the
To release a new version: