dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 795 forks source link

hot reload #1733

Open Ryze0323 opened 1 year ago

Ryze0323 commented 1 year ago

Description

Added a hot reload function that retrieves the latest source code except for node_modules in the require cache when loading.

Motivation and Context

In case of serverless offline, it is necessary for fast development

How Has This Been Tested?

We confirmed quick reflection by actually connecting offline and modifying the source.

Screenshots (if appropriate):

andriesss commented 6 months ago

Can this be merged?

ps2-controller commented 5 months ago

@Ryze0323 / @duplow , any chance this ties into my hot reload issue?

https://github.com/dherault/serverless-offline/issues/1782

ps2-controller commented 5 months ago

Update - it does not seem to resolve my hot reload issue :(