Test Vue SSR with AWS lambda and S3.

  1. install packages

    npm install
    
  2. set config for server based on here

     npm run server config -- --account-id="<accountId>" --bucket-name="<bucketName>" [--region="<region>" --function-name="<functionName>"]
    
  3. deploy SSR files to S3

    npm run web build-deploy
    
  4. Setup Server

    npm run server setup