All Projects → nordcloud → Serverless Boilerplate

nordcloud / Serverless Boilerplate

Licence: mit
Serverless project template

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Serverless Boilerplate

Aws Lambda Typescript
This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
Stars: ✭ 228 (+185%)
Mutual labels:  serverless, serverless-framework, mocha
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+10541.25%)
Mutual labels:  serverless, serverless-framework
Shorty.sls
Serverless URL shortener written in Python3 using the serverless framework
Stars: ✭ 35 (-56.25%)
Mutual labels:  serverless, serverless-framework
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-36.25%)
Mutual labels:  serverless, serverless-framework
Plugins
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
Stars: ✭ 850 (+962.5%)
Mutual labels:  serverless, serverless-framework
Node Dash
Serverless setup using node.js
Stars: ✭ 13 (-83.75%)
Mutual labels:  serverless, serverless-framework
Microservice
Xigadee is an open-source Microservice framework, developed by Paul Stancer and Guy Steel. The libraries provide a simple and consistent approach for building modern enterprise API and Microservice based solutions; specifically those solutions targeted on the Azure platform.
Stars: ✭ 47 (-41.25%)
Mutual labels:  serverless, serverless-framework
Serverless Plugin Typescript
Serverless plugin for zero-config Typescript support
Stars: ✭ 611 (+663.75%)
Mutual labels:  serverless, serverless-framework
Serverless Reqvalidator Plugin
Serverless plugin to attach AWS API Gateway Basic Request Validation https://rafpe.ninja/2017/12/18/serverless-own-plugin-to-attach-aws-api-gateway-basic-request-validation/
Stars: ✭ 59 (-26.25%)
Mutual labels:  serverless, serverless-framework
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-6.25%)
Mutual labels:  serverless, serverless-framework
Syncano Node
Syncano Toolkit for JavaScript development
Stars: ✭ 61 (-23.75%)
Mutual labels:  serverless, serverless-framework
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-77.5%)
Mutual labels:  serverless, serverless-framework
Serverless Step Functions
AWS Step Functions plugin for Serverless Framework ⚡️
Stars: ✭ 758 (+847.5%)
Mutual labels:  serverless, serverless-framework
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-65%)
Mutual labels:  serverless, serverless-framework
Serverless Nodejs Starter
A Node.js starter for Serverless Framework with ES6 and TypeScript support
Stars: ✭ 683 (+753.75%)
Mutual labels:  serverless, serverless-framework
Lambda Coding Round Evaluator
lambda-coding-round-evaluator is a Serverless application to automate coding round submission and evaluation. It helps you get rid of emails and easily filter out bad candidates. Yay!
Stars: ✭ 43 (-46.25%)
Mutual labels:  serverless, serverless-framework
Serverless Plugin Git Variables
⚡️ Expose git variables to serverless
Stars: ✭ 75 (-6.25%)
Mutual labels:  serverless, serverless-framework
Puppeteer Lambda Starter Kit
Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
Stars: ✭ 563 (+603.75%)
Mutual labels:  serverless, serverless-framework
Serverless Authentication Boilerplate
Generic authentication boilerplate for Serverless framework
Stars: ✭ 563 (+603.75%)
Mutual labels:  serverless, serverless-framework
Building A Serverless Rest Api With Nodejs
A quick and easy guide of how to hook up a single Serverless service with basic MongoDB connection and CRUD interaction.
Stars: ✭ 57 (-28.75%)
Mutual labels:  serverless, serverless-framework

Nordcloud Serverless Boilerplate

The Nordcloud serverless-boilerplate is a project template for new serverless services. Contents of the template:

Creating new project

With Serverless Framework v1.5 and later, a new project based on the project template is initialized with the command

> sls install -u https://github.com/nordcloud/serverless-boilerplate -n myservicename
> cd myservicename
> npm install

Testing vulnerabilities

Test vulnerabilities with

> npm audit

(NSP is no longer available)

Comparing setup with boilerplate

You can compare your project setup (dependencies, devdependencies, scripts) with the boilerplate using the command

> npm run compare-boilerplate

The script reports only for items that are in the boilerplate and differ from your current project.

TODO

Please see project GitHub issue tracker.

Release History

  • 2016/11/02 - v1.0.0 - Initial version for Serverless 1.0

License

Copyright (c) 2016 Nordcloud, licensed for users and contributors under MIT license. https://github.com/nordcloud/serverless-boilerplate/blob/master/LICENSE-MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].