GithubHelp home page GithubHelp logo

demo-todo's Introduction

Serverless Demo Application: Todo

This is a demo application to showcase several amazing features in the Serverless Framework Pro dashbaord. Specifically, we showcase:

  • Monolambda support
    • Routes/paths are autodetected from frameworks like Express, Flask and Lambda-API
  • Tagging
    • Some invocations are tagged and supply an custom object which you can examine in the explorer
  • Spans
    • The application stores/retrieves data from DynamoDB, randomly we grab the wikipedia page as well to showcase HTTP spans
  • Errors
    • The application randomly throws errors
  • Logging
    • Console.log is used in a few places to showcase the dashboards excellent logging support
  • Deployments
    • The application updates itself and commits its changes to Github every 9 hours (check out the diffs in the serverless.yml for each deploy!) Serverless Framework Pro's Deployment Engine provides CI/CD and deploys the application after a git commit to different branches
  • Layers
    • We use a lambda layer to add the git binary to our deployer function
  • HTTP and Schedule events
    • Functions are invoked by HTTP via API Gateway (REST Api) and via a cron scheduler
  • Parameters
    • The application stores the Github secret access token in Serverless Framework Pro's Parameters store

Implementation details

  • This application is deployed via CI/CD (see the demo-todo app under the Serverlessteam dashboard)
  • The Github access token is from the [email protected] github account

demo-todo's People

Contributors

dakaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.