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
Could you hep me in finding a a way where i need to invoke the lambda function created a part of scar init -f sre.yaml to be executed or run at scheduled intervals ?
any ideas ?
Also as of now the only was i am running scar project is going inside container using below commands
sudo docker build -t scar -f Dockerfile .
docker run -it -v $AWS_CREDENTIALS_FOLDER:/home/scar/.aws -v $SCAR_CONFIG_FOLDER:/home/scar/.scar scar
But as you already know this isnt the idle way in productioni need a automated way to run these lambda function invocations?
The text was updated successfully, but these errors were encountered:
Hey there,
Could you hep me in finding a a way where i need to invoke the lambda function created a part of scar init -f sre.yaml to be executed or run at scheduled intervals ?
any ideas ?
Also as of now the only was i am running scar project is going inside container using below commands
sudo docker build -t scar -f Dockerfile .
docker run -it -v $AWS_CREDENTIALS_FOLDER:/home/scar/.aws -v $SCAR_CONFIG_FOLDER:/home/scar/.scar scar
But as you already know this isnt the idle way in productioni need a automated way to run these lambda function invocations?
The text was updated successfully, but these errors were encountered: