You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
login with your aws account trough serverless: > serverless config credentials --provider provider --key --secret
How to deploy
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).
About
serverless aws backend for CM. CM is an experimental project to learn about the AWS ecosystem. It has the aim to manage several entities and uses a serverless architecture on AWS and a kubernetes based version of the same backend with a micro-services architecture