
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
serverless-local-dev-server
Advanced tools
Develop Alexa-Skill and HTTP functions in Serverless without deploying to AWS
This plugin exposes Alexa-Skill and HTTP events as local HTTP endpoints, removing the need to deploy every code change to AWS Lambda. You can connect these endpoints to Alexa, Facebook Messenger or other services via forwardhq, ngrok or any other forwarding service.
Supported features:
alexa-skill
and http
events as local HTTP endpointsThis package requires node >= 6.0
npm install serverless-local-dev-server --save-dev
serverless.yml configuration example:
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- alexaSkill
- http: GET /hello
# Add serverless-local-dev-server to your plugins:
plugins:
- serverless-local-dev-server
# if needed add folder for serving static files if necessary (relative to service path)
custom:
localDevStaticFolder: path/to/static/files
serverless local-dev-server
On default the server listens on port 5005. You can specify another one with the --port argument:
serverless local-dev-server --port 5000
To automatically restart the server when files change, you may use nodemon:
nodemon --exec "serverless local-dev-server" -e "js yml json"
To see responses returned from Lambda and stack traces, prepend SLS_DEBUG=*
SLS_DEBUG=* serverless local-http-server
For example with forwardhq:
forward 5005
In the Configuration pane, select HTTPS as service endpoint type and specify the forwarded endpoint URL.
As method for SSL Certificate validation select My development endpoint is a sub-domain of a domain that has a wildcard certificate from a certificate authority.
Licensed under the MIT license.
Created and maintained by DieProduktMacher.
FAQs
Develop Alexa-Skill and HTTP functions in Serverless without deploying to AWS
The npm package serverless-local-dev-server receives a total of 37 weekly downloads. As such, serverless-local-dev-server popularity was classified as not popular.
We found that serverless-local-dev-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.