Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Serverless Framework

Serverless, Inc.

Reviews from AWS customer

5 AWS reviews

External reviews

8 reviews
from

External reviews are not included in the AWS star rating for the product.


    Isaac K.

I stumbled upon this framework a few months ago and still can't believe isn't more popular

  • July 08, 2020
  • Review provided by G2

What do you like best about the product?
It generates a starter project for in your favourite languages. my case typescript and node. The massively makes it easy for the project to be deployed to aws with a single command creating services that your serverless applications will need like IAM roles, Lambda function, s3 buckets cloud watch log streams all in a very short time.
What do you dislike about the product?
It works on a very high abstract level that sometimes i worry about what goes on in the background. The documentation is quite vast which would take quite a long time to really understand the nuts on bolts
What problems is the product solving and how is that benefiting you?
Serverless frame massively reduces the time and limits the errors than could happen if you were to deploy a serverless application from scratch on your own
Recommendations to others considering the product:
You need to check out the serverless framework to quick and error free serverless application deployment to aws


    Rosario S.

the framework for cross-vendor serverless functions

  • November 24, 2019
  • Review provided by G2

What do you like best about the product?
allows you to fully leverage the potential of serverless functions from the best public cloud providers without vendor lock-in
What do you dislike about the product?
the documentation is not very extensive and often updates require too much configuration work
What problems is the product solving and how is that benefiting you?
I would improve the update/upgrade system on the computer and insert a series of plugins for standard services. I have managed to improve my efficiency in developing serverless applications.


    Kyle M.

Serverless is dynamic coding at its best

  • March 05, 2019
  • Review provided by G2

What do you like best about the product?
Very well documented framework with great use cases. The ability to manage your application as it sits and link the resources of your hosting provider in a template. Also the community driven architecture really makes anything possible with this solution.
What do you dislike about the product?
It would be nice to have a new project template built for the CLI. Also learning the taxonomy of another system for templating can be frustrating but isn't too different from the AWS SAM or Ansible template structure in YAML.
What problems is the product solving and how is that benefiting you?
Source controlled Lambda functions, Serverless web applications, API frameworks.
Dynamic code deployments using continuous integration with the Serverless CLI and source controlled lambda functions takes the guess work out of functions.