Eslam A. Hefnawy
2a8fedc2f3
added tests
2019-02-27 17:34:29 +03:00
Eslam A. Hefnawy
e7c5acf6b8
tested authorizers
2019-02-27 15:54:13 +03:00
Eslam A. Hefnawy
c6f955ab00
added authorizer support
2019-02-26 16:44:58 +03:00
Eslam λ Hefnawy
9538caf089
Merge pull request #5443 from yahehe/master
...
Improves usage and documentation of SNS event sources.
2019-02-25 15:22:25 +03:00
Daniel Schep
b51d4a8b03
Merge pull request #5854 from tminussi/master
...
Removing the context parameter from aws-nodejs template
2019-02-22 10:37:56 -05:00
Daniel Schep
7de724a538
Merge pull request #5861 from serverless/5840-fixes
...
follow up fixes for #5840 breaking sls print & autocomplete
2019-02-22 09:35:20 -05:00
Daniel Schep
73990e316f
sls print depends on the config of course!
2019-02-22 09:22:46 -05:00
Daniel Schep
10d1207bca
follow up fixes for #5840 breaking sls print & autocomplete
2019-02-22 09:03:11 -05:00
Daniel Schep
79eff80cab
Merge pull request #5840 from danielcondemarin/packaging-exclude-only-config-file-being-used
...
Packaging exclude only config file being used
2019-02-22 08:30:07 -05:00
Philipp Muens
981490f84a
Merge pull request #5859 from 0xkalle/master
...
Add details to websocket documentation
2019-02-22 12:17:04 +01:00
Kalle
4db6b2ea06
change from header to query as header is not usable with a JS client
2019-02-22 09:40:40 +01:00
Kalle
6768379602
adjusted wrong heading level
2019-02-21 16:34:56 +01:00
Kalle
f0cbb8c17a
add sample event definitions at the top
2019-02-21 16:30:46 +01:00
Kalle
3f9a284732
add details to websocket documentation
2019-02-21 14:14:45 +01:00
Philipp Muens
ff8b011039
Merge pull request #5850 from errietta/patch-1
...
Update shared API instructions
2019-02-20 16:17:02 +01:00
Philipp Muens
ee1a5f8057
Merge pull request #5849 from jjasghar/patch-1
...
Update README.md
2019-02-20 16:15:41 +01:00
thales.sousa@philips.com
5c2e665fea
Removing the context parameter as AWS itself no longer uses it on NodeJS functions created through AWS's console
2019-02-20 16:13:23 +01:00
Eslam λ Hefnawy
0f654d345d
Merge pull request #5852 from serverless/releasing-v-1-38-0
...
Releasing v1.38.0
v1.38.0
2019-02-20 18:02:13 +03:00
JJ Asghar
30dfcd9025
Update README.md
...
Updated per the suggestions in the PR review.
2019-02-20 08:52:04 -06:00
Philipp Muens
b34f26ef01
Releasing v1.38.0
2019-02-20 13:26:54 +01:00
Errietta Kostala
8c15f7dba3
Fix link while i'm here
2019-02-19 21:03:39 +00:00
Errietta Kostala
5d18c2e537
Update apigateway.md
2019-02-19 20:53:50 +00:00
Errietta Kostala
5d074fc4fd
Update shared API instructions
...
The instructions for shared APIs would always give me errors such as :
```
The CloudFormation template is invalid: Template error: instance of Fn::GetAtt references undefined resource ApiGatewayRestApi
```
After much googling I found https://forum.serverless.com/t/micro-services-with-shared-api-gateway/6486/2 and the solution proposed (deploying the API and exports as their own service) totally worked for me.
I thought to update the instructions so more people don't waste hours. Alternatively, if there's a way of making it work the way mentioned, please advise!
2019-02-19 20:46:49 +00:00
JJ Asghar
e8d7bcacaa
Update README.md
...
Alphabetized the list of supports
2019-02-19 11:41:19 -06:00
Philipp Muens
b3d43379f5
Merge pull request #5839 from Xenonym/fix/template-install-name-undefined
...
Fix service name in template install message
2019-02-19 14:30:50 +01:00
Philipp Muens
3432a3e1dd
Add tests
2019-02-19 14:20:56 +01:00
Daniel Schep
90b18b43a7
Merge pull request #5842 from exoego/ssm-json
...
AWS: ${ssm} resolve vairbale as JSON if it is stored as JSON in Secrets Manager
2019-02-19 08:18:53 -05:00
Eslam λ Hefnawy
3408a4ee15
Merge pull request #5824 from serverless/websockets
...
Add support for websockets event
2019-02-19 15:25:38 +03:00
Tan Zhen Yong
63b2d61704
Fix service name in template install message
...
- was previously displaying "undefined"
2019-02-18 23:47:42 +08:00
Philipp Muens
0968f12e89
Validation if event is either http or websocket
2019-02-18 09:59:35 +01:00
Philipp Muens
bad6a4a102
Fix displaying of services with REST and WSS APIs
2019-02-18 09:54:25 +01:00
Philipp Muens
640270b90b
Merge pull request #5843 from luciansr/patch-1
...
[Docs] Replacing "runtimes" with "templates"
2019-02-18 09:06:03 +01:00
Lucian Sturião Rodrigues
b7257b23c4
Replacing "runtimes" with "templates"
...
Replaced:
Here are the available runtimes for AWS Lambda:
with
Here are the available templates for AWS Lambda:
2019-02-17 10:07:16 -03:00
exoego
420fb4bedc
Add document to ${ssm} for JSON.
2019-02-17 17:00:07 +09:00
exoego
616c744bd3
It should return json if referencing JSON in AWS SecretsManager.
2019-02-17 16:49:11 +09:00
danielconde
8a7d9113fc
dont use destructuring as is not supported in earlier versions of node
2019-02-16 20:29:07 +00:00
danielconde
17754d1a9d
update docs
2019-02-16 20:06:01 +00:00
danielconde
2d1fe72f6f
fix linting issue
2019-02-16 19:57:05 +00:00
danielconde
95ec85581b
getExcludes now returns a Promise and makes sure it only excludes serverless config file being used
2019-02-16 19:44:23 +00:00
danielconde
0d16fbc182
export getServerlessConfigFilePath in getServerlessConfigFile.js module
2019-02-16 17:58:49 +00:00
Philipp Muens
838ab11c16
Merge pull request #5690 from joebernard/patch-1
...
Updating cloudformation resource reference url
2019-02-15 15:49:20 +01:00
Philipp Muens
247bd576f3
Fix path of link
2019-02-15 15:42:27 +01:00
Philipp Muens
190a1aef85
Add documentation
2019-02-15 14:28:47 +01:00
Philipp Muens
f3b6bf42ba
Update templates
2019-02-15 14:13:41 +01:00
Philipp Muens
1661bf338b
Add support string-based event definition
2019-02-15 14:09:36 +01:00
Philipp Muens
55036949a2
Change property name from routeKey to route
2019-02-15 12:07:07 +01:00
Philipp Muens
c5a20c4317
Merge pull request #5836 from pheuberger/patch-1
...
Missing underscore
2019-02-15 11:32:37 +01:00
Philipp Heuberger
b28c887c4f
Missing underscore
...
Looking at the remainder of the documentation it seems that the Message Hub event key should be `message_hub` and not `messagehub`.
2019-02-14 17:15:35 +01:00
Philipp Muens
ad02e0f511
Merge pull request #5835 from Xenonym/enhancement/aws-invokeLocal-stackTrace
...
Add stack trace to aws/invokeLocal errors
2019-02-14 16:20:30 +01:00
Philipp Muens
0fd67336f7
Rework error tests
2019-02-14 16:06:18 +01:00