Skip to content

Python, NodeJS, and Docker Reference implementation for known working examples for Scaleway Serverless

License

Notifications You must be signed in to change notification settings

simplecto/scaleway-serverless-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a repo of example Docker containers for deployment into Scaleway Serverless Environment. These are known working examples which serve to inform and provide "jumping off" points for people to build their own.

Example containers

These containers represent the bare-minimum that I could create in order to get a working endpoint deployed into Scaleway serverless.

Python

This is a simple webserver which will echo back a successful response from the built-in python HTTPServer module.

Node

Todo - example expressjs sample with single endpoint

Java

Todo - example api sample with single endpoint

How to deploy

  1. clone this repo
  2. copy Makefile.sample to Makefile
  3. edit the Makefile and enter in your credentials
  4. ready to roll!

Credits

Credit goes to Scaleway and their team for delivering an exciting new product in their growing portfolio. The developers and ops people are available in the community slack channel.

About

Python, NodeJS, and Docker Reference implementation for known working examples for Scaleway Serverless

Topics

Resources

License

Stars

Watchers

Forks