Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 979 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 979 Bytes

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.