As we're using Auth0 Extend, an integration with wt-cli is worth considering: https://github.com/auth0/extend/wiki/Auth0-Extend-User's-Guide#enabling-command-line-tool-for-your-users
You might want to look into lambda-local. Here's a blog post that might be interesting: https://www.npmjs.com/package/lambda-local
I would also like to see continuous deployment capabilities, like with the aws cli. I want to be able to run all of my tests locally on a CI server, and then have everything pushed to production automatically.
I'm hoping it can be very simple @marktani, version control and IDE of choice won't be a problem if you just check your functions into git, and if the CLI let's you pass in a file with your function to deploy to production. At least I'm imaging that's how my workflow will be with AWS Lambda functions, though I have not implemented continuous deployment and delivery with AWS Lambda yet.
Most helpful comment