sls function:
- sls create --template aws-python3 (creates a sls project)
- sls deploy -v (deploys project to AWS Env)
- sls deploy -f worker (deploys the function)
- sls invoke -f worker (invokes a needed function)
- sls remove ( removes the whole project setup from aws instance)