Merge pull request #4365 from andrewoh531/upgrade-webpack-plugin

Upgrade serverless-webpack plugin from version 2.2.0 to 3.1.1 for aws…
This commit is contained in:
Frank Schmid 2017-10-09 10:31:00 +02:00 committed by GitHub
commit e804e443b5
2 changed files with 1 additions and 7 deletions

View File

@ -11,7 +11,7 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"serverless-webpack": "^2.2.0",
"serverless-webpack": "^3.1.1",
"webpack": "^3.3.0"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",

View File

@ -10,14 +10,8 @@ provider:
runtime: nodejs6.10
functions:
# Example without LAMBDA-PROXY integration
# Invoking locally:
# sls webpack invoke -f first
first:
handler: first.hello
# Example with LAMBDA-PROXY integration
# Invoking locally:
# sls webpack invoke -f second
second:
handler: second.hello
events: