Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-nim-template

Template for the Serverless Framework Nim language plugin.

Dependencies

Getting started

  1. Create a new service using this template:
serverless create --template-url https://github.com/epiphone/serverless-nim-template --path my-service-path --name my-service
  1. Install npm dependencies (basically just the serveless-nim plugin itself):
cd my-service-path
yarn install # or npm install
  1. Deploy service:
serverless deploy

That's it! Now we can invoke functions, either on the cloud or locally:

serverless invoke -f hello
serverless invoke local -f hello --context {} --data {}

Teardown

serverless remove

Configuration

Check the serverless-nim plugin docs for more on Dockerized builds and other configuration matters.

About

Template for the Serverless Framework Nim plugin

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages