Recently I'm creating some lambdas for a personal project and I would like to use the cargo lambda command to automatically build and deploy
I wanted to know if it is possible to put a custom command for this, and if it is not possible how can I run it without cargo:run setting the flags -- automatically
Hello everybody
Recently I'm creating some lambdas for a personal project and I would like to use the cargo lambda command to automatically build and deploy
I wanted to know if it is possible to put a custom command for this, and if it is not possible how can I run it without cargo:run setting the flags -- automatically