- run npm i
- login with your aws account trough serverless: > serverless config credentials --provider provider --key --secret
- go to BACKEND AWS_CM/sh
- launch ./deploy-CM.sh
- Go to AWS console, DynamoDB
- Open table Authorizaton
- Put in this table all the objects defined in "BACKEND AWS_CM/DynamoAuthorizations/" (or use an import tool).
- Go to AWS console, go to iam/users and select the k3s user
- go to credentials/create access key
- get access key id and secret and put them in the k3s local config (see k8s backend readme for more info).