Prisma1: Local Development Workflow for functions

Created on 18 May 2017  路  6Comments  路  Source: prisma/prisma1

  • version control
  • IDE of choice
  • combine with CLI?

Most helpful comment

  • testing locally before deploying?

All 6 comments

  • testing locally before deploying?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tbrannam picture tbrannam  路  3Comments

schickling picture schickling  路  3Comments

Fi1osof picture Fi1osof  路  3Comments

ragnorc picture ragnorc  路  3Comments

AlessandroAnnini picture AlessandroAnnini  路  3Comments