This project implements a CMIS 1.1 compliant server on AWS using a serverless architecture.
cd src
npm install node-uuid
aws cloudformation package --template-file sam-template.yaml --s3-bucket <bucket-name> --output-template-file sam-deploy.yaml
aws cloudformation deploy --template-file sam-deploy.yaml --stack-name cmiserverless --capabilities CAPABILITY_IAM
Use the Postman collection in the test/postman folder to test the deployment.
cd src
npm install aws-sdk
npm install dynamodb-doc
node cmis-test.js
NOTE: You'll need to remove the aws-sdk and dynamodb-doc modules before performing subsequent deployments.