Giter VIP home page Giter VIP logo

Comments (3)

gpotter2 avatar gpotter2 commented on September 2, 2024

You're supposed to use lambdaLocal.watch([the options dict], port). You can then use the callback options to get the context. You can't use a promise in this case.

You are right this isn't documented

from lambda-local.

patrick-tresp avatar patrick-tresp commented on September 2, 2024

Hey, thank you for your answer, but i think i did not get the correct advise here to use it.

Are you saying that it should be implemented like this:

lambdaLocal.watch(
	{
		lambdaPath: path.join(__dirname, '../../bin/lambda/router.js'),
		profilePath: '~/.aws/credentials',
		profileName: 'development',
		timeoutMs: 3000,
	},
	8008
)

Sorry to bother, but i also checked the implementation and can only see references to opts.port which is part of the options and not second parameter for watch.

Do you see a chance to share an example for this? i do not find a correct implementation solution with reverse engineering here.

Thanks a lot!

Patrick

from lambda-local.

patrick-tresp avatar patrick-tresp commented on September 2, 2024

Basically i mixed options assignment and this does not work, either passing per commandline or via JSON-Options ist working.

I have it running now with:

lambda-local -l bin/lambda/index.js -P ~/.aws/credentials -p development --watch 8008 --envfile .env.test

from lambda-local.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.