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
0f2b3e7d8d
Merge branch 'master' into add-s3-deployment-resource-tagging
2019-02-19 15:28:26 +01: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
Corey Walker
1de43e477b
Changed format to use same tagging format as other properties
2019-02-15 17:12:57 -05: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
Philipp Muens
c2a1bff60e
Add unit tests
2019-02-14 15:45:49 +01:00
Tan Zhen Yong
998e8e5761
Add stack trace to error from AWS invokeLocal
2019-02-14 20:31:14 +08:00
Philipp Muens
8fce692dca
Update check to use protocol / Add display tests
2019-02-14 12:32:01 +01:00
Philipp Muens
ff204eb302
Add websocket endpoint to outputs / display it via info
2019-02-14 12:10:01 +01:00
Philipp Muens
0688c4f248
Merge pull request #5832 from Xenonym/fix/aws-nodejs-ts-unused-context
...
Indicate unused context in aws-nodejs-typescipt
2019-02-14 11:23:14 +01:00
Tan Zhen Yong
749f5307b2
Indicate unused context in aws-nodejs-typescipt
...
- _ is used to exclude variables from unused parameter checks (Microsoft/TypeScript#9464 )
2019-02-14 01:43:51 +08:00
Eslam A. Hefnawy
6f6f49d43e
all routes working
2019-02-13 16:44:03 +03:00
Philipp Muens
b6e63f0e5e
Merge pull request #5825 from svlapin/fix/sl-override-wildcard-glob
...
Fix: override wildcard glob pattern (**) in resolveFilePathsFromPatterns
2019-02-13 13:03:50 +01:00
Philipp Muens
6dfe48513e
Add clarification comment
2019-02-13 12:57:04 +01:00
Philipp Muens
415ca07f70
Merge pull request #5800 from a-h/enable_s3_encryption
...
Update bucket conf to default AES256 encryption.
2019-02-13 12:46:01 +01:00
danielconde
6508956da7
refactor getServerlessConfigFile to split getting the filePath responsability
2019-02-12 22:01:41 +00:00
Daniel Schep
03bd046ed8
Merge pull request #5827 from jblotus/patch-1
...
Update config-credentials.md
2019-02-12 15:03:49 -05:00
James Fuller
e718419385
Update config-credentials.md
2019-02-12 14:43:29 -05:00
Philipp Muens
e98127b80c
Merge pull request #5819 from srkiNZ84/master
...
Add Google Python function template
2019-02-12 11:12:20 +01:00
Serge Dukic
f6bf951499
Include Google Python template tests
...
Add a test for the Google Cloud Platform Python template test and also
update a couple of the documents as well.
Issue(s): None
2019-02-12 17:01:01 +13:00
Serge Dukic
ff67f7a058
Added documentation for GCP Python HelloWorld function
...
Copied the pattern from the NodeJS documentation. Hopefully it all links
up nicely.
Issue(s): None
2019-02-12 16:50:55 +13:00
Daniel Schep
7968df15d8
Merge pull request #5821 from danielcondemarin/add-container-command-type
...
add support for command type='container'
2019-02-11 16:10:21 -05:00
danielconde
5f14da535b
make displayCommandUsage container command tests more explicit
2019-02-11 20:44:11 +00:00