aws-lambda-ocaml-runtime icon indicating copy to clipboard operation
aws-lambda-ocaml-runtime copied to clipboard

build a dev server

Open anmonteiro opened this issue 5 years ago • 6 comments

For people who want to try out their lambdas locally

anmonteiro avatar Jun 24 '19 17:06 anmonteiro

it works locally on your compute with now dev if you build (don't need to do it statically) and copy the binary where needed

sync avatar Jun 29 '19 01:06 sync

https://github.com/sync/graphql-server-workshop-2018, run:

  • esy
  • esy now-prepare
  • now dev

sync avatar Jun 29 '19 01:06 sync

@sync that's pretty amazing, and looks like problem solved when using now.sh, but this would still be needed for people wanting to try out their lambdas that are going to be deployed to AWS directly.

anmonteiro avatar Jul 06 '19 17:07 anmonteiro

@anmonteiro I would be happy to try and take this on. Do you already have a design in mind?

enetsee avatar Nov 04 '19 09:11 enetsee

https://serverless-stack.com/ offers a great improvement to developer experience on lambdas. it’s not offline, but a good enough feel.

dangdennis avatar Jun 02 '21 11:06 dangdennis

https://github.com/aws/aws-lambda-runtime-interface-emulator

anmonteiro avatar Jun 04 '23 19:06 anmonteiro