Commit Graph

31 Commits

Author SHA1 Message Date
Francisco Guimarães 6fb04ea012 serverless-webpack before serverless-offline 2018-04-06 10:40:47 -03:00
Francisco Guimarães b7ed357c5c Update babel-webpack-4 README 2018-04-06 10:27:40 -03:00
Francisco Guimarães 5a78550318 Improve serverless offline debug configuration name 2018-04-06 10:11:02 -03:00
Francisco Guimarães 516af820c0 Adding vscode debug examples 2018-04-06 10:05:54 -03:00
Frank Schmid ce70b5303d Added Webpack 4 example 2018-03-21 17:51:11 +01:00
Paul Cowgill b480d7e682 Added READMEs for babel examples 2018-02-05 18:49:19 -06:00
Paul Cowgill 34bdb3934a Rename default babel example to babel 2018-02-05 18:46:51 -06:00
Paul Cowgill 14d9f69827 Remove babel example since babel-dynamically-entries is a better default example 2018-02-05 18:46:10 -06:00
Frank Schmid be20b6db5e Update examples (#259)
* Updated TypeScript example

* Updated offline example

* Updated multiple statically example

* Updated include npm example

* Update babel example

* Updated dynamic example

* Updated babel multi static example
2017-10-31 15:14:54 +01:00
Francisco Guimarães 39b962807d - Upgrade deps (#227)
* - Upgrade deps
- Improve webpack.config to import ts files without adding extension

* Using default extensions plus ts extensions

* Using webpack v3 defaults
2017-09-18 20:21:01 +02:00
Francisco Guimarães a7045b23d1 - Upgrading node runtime
- Using slsw.lib.entries with in typescript example
2017-08-02 20:58:17 -03:00
Frank Schmid 89ab12e632 Use correct path in examples when using handlers nested in subdirs 2017-07-28 18:36:37 +02:00
Frank Schmid 7ef2daa7e4 Fixed issue with example 2017-07-28 17:54:45 +02:00
Gady e7531dcebd Do not add .js extension to entries values (#167)
* Do not add .js extension to entries values

* Find entries extension from filename

* Better filesearch performance

* Add warning for multiple files found

* Do not match directories

* Added unit tests. Throw error if handler is not found.

* Fixed examples

* Use preference sorting to find the most probable handler for multiple hits
2017-07-28 11:40:08 +02:00
Francisco Guimarães 22a460d8b1 Integration with deploy package function (#130)
* Deploy  package function

* Listen pipe and reject pipe errors

* using once instead of on

* Fix babel example

* - Adding babel-multiple-statically-entries example
- Renaming multiple-entries-example to multiple-statically-entries

* Exposing entries to lib

*  Adding babel-dynamically-entries examples

* - Updating examples dependencies
- Adding yarn to examples
- Fix typescript example

*  Adding tests

* Removed yarn lock file. yarn should use package-lock.json

* Allow handlers in arbitrary paths. Use lodash and SLS functions.

* Adapted unit tests

* Mention new entry resolution in README

* Bundle names now contain the js ending. Fixed output in examples.
2017-07-26 22:42:15 +02:00
Dillon Bailey 376fde9f12 Serverless-offline and Serverless-webpack example (#148)
* start of serverless offline example

* Update readme.md with mention of example for serverless-offline in examples folder
2017-07-10 20:22:52 +02:00
Nicola Peduzzi f8d93b361b Add default status code for lambra integration http event 2017-01-09 16:21:43 +00:00
Nicola Peduzzi ebd07c7dbe Update required plugin version in examples 2016-12-23 18:32:06 +01:00
Nicola Peduzzi e07ab1dcfa Fix babel-polyfill related issue in babel example 2016-10-06 23:41:27 +02:00
Nicola Peduzzi 25f443caa5 Merge branch 'master' of https://github.com/cyyuen/serverless-webpack into cyyuen-master 2016-09-20 10:37:52 +02:00
Nicola Peduzzi b63f3c8bf8 Add babel polyfill and fix compilation errors for babel example 2016-09-20 10:21:26 +02:00
Nicola Peduzzi 3eb33880ec Remove serverlss.env.yml for rc1 compliance 2016-09-12 11:26:19 +02:00
Nicola Peduzzi be5116cbec Add basic webpack.config.js example in readme 2016-09-10 21:41:49 +02:00
Tony Yuen b4fa0a53fb support external-module-auto-packaging 2016-09-07 11:55:02 +08:00
Tony Yuen 6176dc4c62 rename serverless custom key, includePackages to webpackIncludeModules to avoid conflict with other plugin 2016-08-26 23:57:59 +08:00