Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

reflex-media/serverless-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛔️ DEPRECATED

This repository is no longer supported, please consider using Lesgo! Framework instead.

No Maintenance Intended


Serverless Templates

This repository contains a set of serverless templates to bootstrap your serverless projects.

NOTE: This is not an introduction to the Serverless Framework. You would need to know how Serverless Framework works prior to using any of these templates.

Motivation

Through the years we have created several serverless projects and microservices and come to realise that most of the basic requirements are the same. As Serverless Framework supports Templates, this repository is born.

Refer to the list of available templates to learn more of what each template provides.

Quick Start

Prerequisites: Install Serverless Framework with: npm install -g serverless.

Create Serverless project

$ sls create --template-url https://github.com/mosufy/serverless-templates/tree/master/api-lite --path my-service
$ cd my-service

Install dependencies

$ yarn install

Start local

$ yarn start

Access local url via browser or Postman (recommended): http://localhost:8181/ping

Available Templates

See the available templates for more in-depth documentation and usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published