exoego
3d31c43bcf
Remove duplicate-handler warnings based on community feedback.
2019-01-22 09:22:49 +09:00
exoego
f434009c45
Move stage name validation to Service#validate.
...
Since validation should be performed after service.functions are resolved.
2019-01-16 16:39:09 +09:00
Daniel Schep
0896f311b1
Merge pull request #5312 from Limess/4496/handle-scoped-packages
...
Handle scoped npm packages in ${file()} variables
2019-01-07 10:56:25 -05:00
exoego
e2722a71e3
Add warning prefix.
2018-12-31 19:28:32 +09:00
exoego
fad655eb91
Refactor: inline underscore-starting private methods since it is linted as error.
2018-12-31 07:54:25 +09:00
exoego
e6599f3953
Refactor: move service validations to Service#validate
2018-12-31 07:38:24 +09:00
exoego
ae9d7ca83d
Refactor to increase coverage.
2018-12-30 22:11:31 +09:00
exoego
58f3cc2153
Fix linting errors and older-nodejs errors.
2018-12-30 22:02:05 +09:00
exoego
5df4c7982d
Add warning for multiple functions having same handler.
2018-12-30 21:54:30 +09:00
Daniel Schep
2ad01b3fe3
[WIP] Support for publishing Lambda Layers
2018-11-29 10:55:52 -05:00
Daniel Schep
dd4a49d7f5
Merge pull request #4827 from simonbuchan/config-promises
...
Support returning promises from serverless.js
2018-11-27 11:45:07 -05:00
Charlie Briggs
8f8c27ae7e
Handle scoped packages in ${file()} variables
...
Currently @ is not a valid variable character, so it doesn't get parsed
as one.
When it does get parsed, @ is not considered valid as part of a file path
- we add a blacklist as per https://github.com/serverless/serverless/pull/4528 to
handle this case.
2018-09-19 17:26:50 +01:00
Eslam A. Hefnawy
ee72cee853
add all events
2018-06-20 12:33:54 +03:00
Eslam A. Hefnawy
396febb306
publish, archive, access keys and login updated
2018-06-15 16:10:52 +03:00
Doug Moscrop
8bde1b4902
Support arrays in function definition too
2018-04-04 20:03:56 -04:00
Simon Buchan
33759c2736
Support returning promises from serverless.js
2018-03-14 19:50:52 +13:00
Erik Erikson
91a10940eb
Add further comments noting code entanglement
2018-02-23 10:09:18 -08:00
Erik Erikson
dc3a4aa6af
Fix print, clean pre-population, fix cyclic bug
...
Fix `print`
The print command is highly linked to the `Variables` and `Service` codebases, keep those in sync and leave reminders about the link. Made these explicit and separately implemented to avoid complexity.
Additionally, the print command re-populates an object with the *very similar* content as the previously pre-populated service (just not augmented as just mentioned). This can lead to cross contamination between the two. As such, all caches must be cleared per unique invocation of service/object/property population.
Add tests for some expected but previously unverified behaviors.
Clean pre-population
The previous implementation worked okay but was unnecessary and would have been a maintenance problem. Instead, just knock out the population of variables depending on those config dependent services and use the standard means of resolution.
Fix cyclic bug (resulting from running print against a self-referencing serverless.yml)
The caching of values could lead to a cyclic object remaining in the caches for variable population. This causes crashes and pain. Solved by the cache cleaning logic.
2018-02-22 16:30:04 -08:00
Pavel Vlasov
d05e45668e
validate serverless.js to export plain object + address feedback
2017-12-20 08:50:10 +11:00
Pavel Vlasov
ea7c6620af
fix eslint
2017-12-19 20:35:07 +11:00
Pavel Vlasov
bca4da55b3
add support for serverless.js
2017-12-19 20:14:39 +11:00
Toby Hede
33431cb45a
Allow double-quoted and single-quoted variables
...
Empty string is now valid
2017-08-20 11:05:15 +10:00
Toby Hede
2b3181c362
Handle both single and double quoted strings
2017-08-18 09:13:01 +10:00
Toby Hede
a1c8a37b9a
Allow use of string as default values in variables
2017-08-18 09:07:29 +10:00
Philipp Muens
5d1bbd5999
Remove provider name validation
2017-07-17 14:33:33 +02:00
Filipe Azevedo
aab492f079
handle absolute paths with ~ in file()
2017-07-03 18:19:23 +01:00
Philipp Muens
34595e1f6d
Add opt-out config for dev dependency exclusion
2017-06-30 09:25:59 +02:00
Philipp Muens
9c19d7a773
Remove deployment bucket reference from Service class
2017-06-16 08:43:25 +01:00
Philipp Muens
b912ad91bd
Minor code cleanup
2017-06-16 08:36:19 +01:00
Max Redmond
d045201315
adding test for setDeploymentBucketname()
...
Merge branch 'deployment'
2017-06-16 08:17:24 +01:00
Max Redmond
d3a5794c2e
added setDeploymentBucketName function
2017-06-16 08:12:40 +01:00
Max Redmond
abef261722
update serverside encryption options so that they are configured in the deploymentBucket section
2017-06-16 08:12:23 +01:00
Frank Schmid
a227e5b3d2
Added support for serverless.json. Improved error messages with filename.
2017-05-18 21:26:44 +02:00
Doug Moscrop
4dbd94e465
fix resources as an array to support variables
2017-05-16 15:41:00 -04:00
Frank Schmid
4da99861fa
Added unit tests
2017-04-26 16:54:50 +02:00
Frank Schmid
0ebee72f65
Allow service object
2017-04-26 15:18:09 +02:00
Rafał Wiliński
c6d5710cdc
Replace Array.filter with Array.find
2017-04-15 10:59:31 +02:00
Rafał Wiliński
bc15494c00
Fix linter errors
2017-04-15 10:55:34 +02:00
Rafał Wiliński
59bd52d520
Merge remote-tracking branch 'serverless/master'
2017-04-15 00:05:55 +02:00
Rafał Wiliński
77ed53218b
Change getAllEventsInFunction implementation to return array
2017-04-15 00:05:21 +02:00
Rafał Wiliński
7bca42f680
Change getEventInFunction implementation to return array element
2017-04-15 00:05:05 +02:00
Eslam A. Hefnawy
e38f22585f
seperated packaging and deployment
2017-04-06 18:28:59 +07:00
Eslam λ Hefnawy
74ceec541b
Merge pull request #3186 from dannycohn/Issue2997
...
fix #2997
2017-02-23 20:38:53 +07:00
Vlad Golubev
12ba45421c
Merge branch 'master' into fix-average-functions-duration
2017-02-07 23:42:25 +02:00
Danny Cohn
7bbf9ce6d0
fix #2997
2017-02-05 00:11:20 -06:00
Andrey Tserkus
ffd6152de0
cover Error with tests; rename SError export to ServerlessError
2017-01-31 01:50:07 -08:00
Philipp Muens
b32803a8ff
Fix wrong provider value assigning
2017-01-30 13:33:15 +01:00
Philipp Muens
54fbaadede
Remove defaults service property
2017-01-30 11:03:40 +01:00
Eslam λ Hefnawy
1cb298d592
Merge pull request #2434 from fruffin/fix-2418
...
[Fix #2418 ] Allow function event definitions to be variables
2017-01-24 20:15:34 +07:00
Vlad Golubev
37f4545139
Add getAllFunctionsNames to Service class
2017-01-06 18:59:36 +02:00