Saasli / saasli-backend

Documentation
https://saasli.github.io/docs/
0 stars 0 forks source link

Investigate returning a class from a lambda function. #29

Closed godd9170 closed 7 years ago

godd9170 commented 7 years ago

It's really not nice how I have to pass in new credentials each time, and even less nice that I have to wrap them all up in a gross dict.

What if the salesforce-rest microservice just coughed up a class object that encapsulated all the credentials and then gave me all the tools. Then we could make parameterized calls that would be so much cleaner.

concerns

godd9170 commented 7 years ago

So this is a no go, I'm closing it and opening up #33 as that's where I think we're best headed.