This is a serverless repo with AWS Lambda functions which manipulate the FME Cloud API.
Be sure you have serverless installed globally.
npm install -g serverless
git clone git@github.com:tesera/lambda-fme-cloud.git
cd lambda-fme-cloud
nvm use
npm install
cp sample.env.yml env.yml
# Update your FME Cloud API Token in env.yml
serverless deploy