Skip to content

Commit

Permalink
all: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Dec 8, 2015
1 parent 1f6c32a commit c465425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ npm install serverless -g

##Differences From JAWS:

* **Node V4:** The new Serverless Command Line Tool uses Node V4. We recommend using Node Version Manager (NVM) to seamlessly upgrade your local version of Node.
* **Name & Filename Changes:** Having JAWS and AWSM was too confusing. Now, we're just Serverless and Serverless modules. Your project JSON is now `s-project.json`, your module JSON is now `s-module.json` and your function JSON is now `s-function.json`.
* **New Function JSON Format:** Our new function JSON format (`s-function.json`) helps reduce boilerplate. You can still have 1 folder containing 1 Lambda w/ 1 Endpoint. However, now you can have 1 folder containing 1 Lambda w/ multiple endpoints. As well as 1 folder containing multiple Lambdas each with multiple endpoints. You can point your multiple Lambdas to different handlers on a single file, or to different files within the folder. It's flexible.
* **One Set Of Lambdas Per Region:** JAWS created a separate CloudFormation stack of Lambdas for each stage + region. Serverless creates one set of Lambdas for all stages, and replicates them in every region used by your project.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "0.0.5",
"version": "0.0.6",
"engines": {
"node": ">=4.0"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaws-framework/JAWS#v1.4"
"url": "https://github.com/serverless/serverless"
},
"keywords": [
"serverless",
Expand Down

0 comments on commit c465425

Please sign in to comment.