Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 22, 2017
2 parents 2c60a51 + 4615d86 commit dff4b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Serverless service that adds ES7 async/await support. Part of the [Serverless Stack](http://serverless-stack.com) guide.

This uses the [serverless-webpack](https://github.com/elastic-coders/serverless-webpack) plugin and Babel. It supports:
This uses the [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack) plugin and Babel. It supports:

- **ES7 syntax in your handler functions**
- Use async/await
Expand All @@ -19,7 +19,7 @@ If you'd like to learn how to setup your existing Serverless project to support

### Demo

A demo version of this service is hosted on AWS - [`https://ndgmy14knc.execute-api.us-east-1.amazonaws.com/dev/hello`](https://2njfspcvna.execute-api.us-east-1.amazonaws.com/dev/hello)
A demo version of this service is hosted on AWS - [`https://2njfspcvna.execute-api.us-east-1.amazonaws.com/dev/hello`](https://2njfspcvna.execute-api.us-east-1.amazonaws.com/dev/hello)

And here is the ES7 source behind it

Expand Down

0 comments on commit dff4b4d

Please sign in to comment.