This plugin add script support to Serverless 1.0 which enables you to customize Serverless behavior without writing a plugin. It allows you to run nodejs script in any build stage.
https://github.com/weixu365/serverless-scriptable-plugin#readmeTags | serverless script serverless-plugin |
Implementation | Javascript |
License | Public |
Platform | OS-Independent |
Tired of 🚀 deploying, ✏️ updating, and ❌ deleting your AppSync API's using the AWS AppSync dashboard? You can now develop all of your AppSync API's locally using Serverless + Serverless-AppSync-Plugin! With support for AWS DynamoDB, AWS Lambda, and AWS Elastic Search; you have everything you need to get started developing your AppSync API's locally.
serverless-plugin elasticsearch lambda graphql aws-appsync dynamodb serverless-applications serverless-frameworkThis is the Serverless Framework plugin for AWS Step Functions. Run npm install in your Serverless project.
serverless serverless-plugin serverless-framework serverless-architectures aws step-functionsA Serverless v1.x plugin to build your lambda functions with Webpack. For the complete release notes see the end of this document.
serverless webpack babel serverless-offline webpack-configuration serverless-plugin webpack2 webpack3 1.0 typescript es6 plugin runtimeA curated list of resources regarding the Serverless Framework (formerly JAWS) and the serverless architecture. Inspired by the awesome list project.
serverless-framework serverless-plugin serverless-architectures serverless-functions serverless-applications serverlessSee example folder for a minimal example. Note 1: The outDir and rootDir options cannot be overwritten.
serverless typescript aws-lambda babel webpack rollup serverless-framework serverless-pluginThis project is aimed to be a generic authentication boilerplate for the Serverless framework. This boilerplate is compatible with the Serverless v.1.0.0, to install Serverless framework run npm install -g serverless.
serverless serverless-framework boilerplate oauth-provider oauth2 aws oauth lambda serverless-pluginServerless Chrome contains everything you need to get started running headless Chrome on AWS Lambda (possibly Azure and GCP Functions soon). Why? Because it's neat. It also opens up interesting possibilities for using the Chrome DevTools Protocol (and tools like Chromeless or Puppeteer) in serverless architectures and doing testing/CI, web-scraping, pre-rendering, etc.
serverless serverless-framework aws aws-lambda chrome headless-chrome chrome-debugging-protocol lambda chromium headless-chromium serverless-plugin serverless-functions chrome-devtools-protocol serverless-examples headlessThank you for all your support. In the upcomming days my availability on this project should decline. This is why I'm looking for maintainers: anyone that pushed a successful PR and is willing to manage the upcomming ones is welcome to apply. To do so just comment on this issue. This Serverless plugin emulates AWS λ and API Gateway on your local machine to speed up your development cycles. To do so, it starts an HTTP server that handles the request's lifecycle like APIG does and invokes your handlers.
serverless aws-lambda aws-apigateway amazon-web-services aws lambda api-gateway serverless-pluginThis repository is meant to be the one stop shop for all the awesome plugins out there in the serverless ecosytem. If you have ideas for features or plugins, add a new thread in the issues.
serverless-plugin serverless serverless-frameworkThis starter kit is an opinionated set of tools combined to help you get started building a Serverless application with an GraphQL endpoint and deploy them to production in minutes. You need to have Node 6 or higher installed.
serverless serverless-pluginhoneyλ allows you to create and monitor fake HTTP endpoints automatically. You can then place these URL honeytokens in e.g. your inbox, documents, browser history, or embed them as {hidden} links in your web pages (Note: honeybits can be used for spreading breadcrumbs across your systems to lure the attackers toward your traps). Depending on how and where you implement honeytokens, you may detect human attackers, malicious insiders, content scrapers, or bad bots. This application is based on Serverless framework and can be deployed in different cloud providers such as Amazon Web Services (AWS), Microsoft Azure, IBM OpenWhisk or Google Cloud (Only tested on AWS; the main function may need small changes to support other providers). If your cloud provider is AWS, it automatically creates HTTP endpoints using Amazon API Gateway and then starts monitoring the HTTP endpoints using honeyλ Lambda function.
honeytoken honeypot security deception lambda serverless aws serverless-pluginAuthored by the community, curated by Serverless, Inc. This is your definitive guide to serverless architectures. Inside, you will find everything you need to know about serverless development and how to be a serverless organization: patterns, best practices, case studies and everything in-between.
serverless serverless-providers serverless-architectures guide serverless-applications aws-lambda azure-functions google-cloud-functions ibm-cloud-functions serverless-frameworkCombine serverless with artillery and you get serverless-artillery (a.k.a. serverless-artillery) for instant, cheap, and easy performance testing at scale. We were motivated to create this project in order to facilitate moving performance testing earlier and more frequently into our CI/CD pipelines such that the question wasn't 'whether...' but 'why wouldn't...' '...you automatically (acceptance and) perf test your system every time you check in?'.
serverless artillery performance load acceptance testing scale lambda© 2017 Phodal Huang. The code is distributed under the MIT License. See LICENSE in this directory. © 2017 Phodal Huang. The content is distributed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License. See LICENSE in this directory.
serverless aws-lambda serverless-aws-iot serverless-framework dynamodb ebookThis is a plugin to enable Kubernetes as an OpenFaaS backend. The existing CLI and UI are fully compatible. It also opens up the possibility for other plugins to be built for orchestation frameworks such as Nomad, Mesos/Marathon or even a cloud-managed back-end such as Hyper.sh or Azure ACI.OpenFaaS is an event-driven serverless framework for containers. Any container for Windows or Linux can be leveraged as a serverless function. OpenFaaS is quick and easy to deploy (less than 60 secs) and lets you avoid writing boiler-plate code.
faas docker kubernetes k8s serverless functions hacktoberfestStep Functions state machine generator for AWS Lambda Power Tuning. The state machine is designed to be quick and language agnostic. You can provide any Lambda Function as input and the state machine will estimate the best power configuration to minimize cost. Your Lambda Function will be executed in your AWS account (i.e. real HTTP calls, SDK calls, cold starts, etc.) and you can enable parallel execution to generate results in just a few seconds.
aws aws-lambda serverless serverless-framework stepfunctions aws-step-functions serverless-pluginSpaceFinder is a reference mobile app that allows users to book conference rooms, work desks, and other shared resources. The app showcases serverless authentication and authorization using the AWS platform.The mobile front-end is built using the Ionic 3 framework and client libraries to call AWS services and mobile backend APIs. The backend APIs themselves are powered by AWS services. The backend APIs are built using a serverless architecture, which makes it easy to deploy updates, and it also means that there are no servers to operationally manage.
amazon-cognito aws-cognito serverless iam serverless-architectures aws-lambda cognito cognito-quickstart authentication authorization auth amazon-api-gateway aws aws-apigatewayRun serverless applications and REST APIs using your existing Node.js application framework, on top of AWS Lambda and Amazon API Gateway. The sample provided allows you to easily build serverless web applications/services and RESTful APIs using the Express framework.Package and create your Lambda function, then configure a simple proxy API using Amazon API Gateway and integrate it with your Lambda function.
aws-serverless aws serverless api gateway lambda expressThe aws-serverless-java-container is collection of interfaces and their implementations that let you run Java application written with frameworks such as Jersey or Spark in AWS Lambda.The library contains a core artifact called aws-serverless-java-container-core that defines the interfaces and base classes required as well as default implementation of the Java servlet HttpServletRequest and HttpServletResponse. The library also includes two initial implementations of the interfaces to support Jersey apps (aws-serverless-java-container-jersey) and Spark (aws-serverless-java-container-spark).
jersey api-gateway aws-lambda spring serverless aws api api-server rest-api sparkjava sparkjava-frameworkA collection of ready-to-deploy Serverless Framework services. Each example contains a README.md with an explanation about the service and it's use cases.
serverless serverless-framework examples
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.