this application can be deployed in develop and production mode
To deploy to the dev account run
serverless deploy
To deploy to the production environment run
serverless deploy --stage production
please refer to the serverless docs to set up these stages on your own.