See: Source README
- Have access to
aperitiiif-sam-deploy
credentials - Have AWS-CLI, SAM-CLI, and Docker installed.
-
Run the following command:
aws configure --profile aperitiiif-sam-deploy
Give it the credentials requested then set
us-east-1
as the default region andjson
as default output format.Note: This will save the login information to your local machine. You'll only need to rerun if the credentials change or if you're deploying from a new device.
-
Make sure the Docker Daemon is running then build the serverless application:
sam build --use-container
-
(Re)deploy the application using the
aperitiiif-sam-deploy
profile:./deploy.sh