File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ plugins:
5151 - ' @silvermine/serverless-plugin-cloudfront-lambda-edge'
5252` ` `
5353
54- ⚠️ Be careful, **versioning function MUST BE ENABLED**. If you defined ` versionFunctions: false`
55- in your `serverless.yml` function, the plugin will raise an error during package/deploy
56- saying it could not find output by name.
54+ ⚠️ Be careful, **versioning function MUST BE ENABLED**. If you defined ` versionFunctions:
55+ false` in your `serverless.yml` function, the plugin will raise an error during
56+ package/deploy saying it could not find output by name.
5757
5858# ## Configuring Functions to Associate With CloudFront Distributions
5959
Original file line number Diff line number Diff line change 55 "main" : " src/index.js" ,
66 "scripts" : {
77 "test" : " check-node-version --npm 6.14.12 && nyc mocha -- 'src/tests/**/*.test.js'" ,
8- "commitlint" : " commitlint --from f506194 "
8+ "commitlint" : " commitlint --from 4fbfbef "
99 },
1010 "author" : " Jeremy Thomerson" ,
1111 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments