Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epiphone/serverless-nim-sample
Serverless Framework Nim language plugin sample application
https://github.com/epiphone/serverless-nim-sample
nim nim-lang nim-web serverless serverless-framework
Last synced: about 1 month ago
JSON representation
Serverless Framework Nim language plugin sample application
- Host: GitHub
- URL: https://github.com/epiphone/serverless-nim-sample
- Owner: epiphone
- License: mit
- Created: 2020-01-04T08:21:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:12:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T02:15:59.813Z (about 2 months ago)
- Topics: nim, nim-lang, nim-web, serverless, serverless-framework
- Language: Nim
- Homepage:
- Size: 535 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-nim-sample
A sample REST API running on Nim/Serverless Framework/DynamoDB## Usage
Invoke locally: `sls invoke local -f FUNCTION_NAME --data {} --context {}`
Deploy: `sls deploy -f FUNCTION_NAME`
Invoke: `sls invoke -f FUNCTION_NAME --data {}`
# TODO
- [ ] `serverless-offline` with local DynamoDB
- [ ] local integration tests against local DynamoDB
- [ ] CI/CD