Skip to content

jvarho/serverless-hug

Repository files navigation

serverless-hug

Example to show how to run hug in AWS lambda using serverless.

Steps to install and test:

  1. nvm install or nvm use (if your default node is incompatible)

  2. npm install

  3. npm run sls-serve

This starts a local test server. You can test against it using:

curl -H 'X-Who: Steve' http://localhost:5000/hello

To deploy to AWS use npm run sls-deploy. That requires AWS credentials configured. For deployed URL, see the output of sls-deploy.

About

Prototype for hug framework in AWS Lambda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages