Skip to content

epiphone/serverless-nim-template

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages