mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
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:
commit
e804e443b5
@ -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)",
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user