An open API service indexing awesome lists of open source software.

https://github.com/codecommission/linklet-examples

Functions-as-a-Service for async HTTP microservices
https://github.com/codecommission/linklet-examples

async-await ecmascript function-as-a-service http lambda-functions microservice nodejs serverless

Last synced: 4 months ago
JSON representation

Functions-as-a-Service for async HTTP microservices

Awesome Lists containing this project

README

          

# Linklet examples

> Async lambda functions as HTTP microservices.

## Code examples

* [Basic-Function](basic-function/README.md)
* [JSON body parsing](json-body-parsing/README.md)
* [URL-Encoded body parsing](urlencoded-body-parsing/README.md)
* [External API call](external-api-call/README.md)
* [Periodic Scheduled-Function](periodic-scheduled-function/README.md)
* [Compose to Higher-Function](compose-to-higher-function/README.md)
* [Event-Stream Function](event-stream-function/README.md)
* [Linklet as Module](linklet-as-module/README.md)
* [With GraphQL (Apollo-Client/SubKit)](with-graphql/README.md)

## Live examples

* [Basic Function](https://dmrmzbzr.cloud.dropstack.run)
* [JSON body parsing](https://linklet-json-body-parsing.cloud.dropstack.run)
* [URL-Encoded body parsing](https://linklet-url-encoded-body-parsing.cloud.dropstack.run)
* [External API call](https://linklet-external-api-call.cloud.dropstack.run)
* Periodic Scheduler Background Function - `dropstack logs pmnbecty`
* [Compose to Higher-Functions](https://klkaanot.cloud.dropstack.run)
* [EventStream for EventSource](https://uxcqcpig.cloud.dropstack.run)
* [Linklet as Module](https://vzhpopop.cloud.dropstack.run)
* [With GraphQL (Apollo-Client/SubKit)](https://linklet-with-graphql.cloud.dropstack.run)