Philipp Muens
a0b9951ac2
Move from object syntax to simple string syntax
2019-02-27 13:26:15 +01:00
Philipp Muens
4bd8b593b9
Add AWS x-ray support for Lambda
2019-02-27 13:26:15 +01:00
Philipp Muens
f1bc9d9045
Merge pull request #5862 from etc-tiago/patch-1
...
Put `Custom Response Headers` into `[Responses]`
2019-02-25 15:14:20 +01:00
Philipp Muens
a0160c4b92
Fix headline and markdown formatting
2019-02-25 15:04:02 +01:00
Philipp Muens
cf283381da
Merge pull request #5274 from Vol4Life27/add-s3-deployment-resource-tagging
...
Added ability to add S3 deployment resource tags
2019-02-25 15:00:16 +01: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
Tiago Souza
6c572d1746
Put Custom Response Headers into [Responses]
2019-02-22 18:06:01 -03: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
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
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
Philipp Muens
0f2b3e7d8d
Merge branch 'master' into add-s3-deployment-resource-tagging
2019-02-19 15:28:26 +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
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
danielconde
17754d1a9d
update docs
2019-02-16 20:06:01 +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 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
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
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
Nick
b114b95205
Make use of join operator first argument
2019-02-11 19:06:28 +00:00
Adrian Hesketh
2e85b52bce
Removed AWS S3 versioning and fixed build error for Node 4.4.
2019-02-06 17:07:30 +00:00
Daniel Schep
cefe6f0d42
Add aws secrets mgr to TOC of aws vars
2019-02-04 16:53:03 -05:00
Alex DeBrie
74a1260bee
Update docs/providers/aws/guide/variables.md
...
Co-Authored-By: dschep <dschep@gmail.com>
2019-02-04 16:51:24 -05:00
Alex DeBrie
2e496920ee
Update docs/providers/aws/guide/variables.md
...
Co-Authored-By: dschep <dschep@gmail.com>
2019-02-04 16:51:17 -05:00
Daniel Schep
ff82197940
Document how to use Secrets Manager
...
closes #5024
Thanks to @alexdebrie for pointing me to the AWS docs on how to use Secrets Manager via SSM: https://docs.aws.amazon.com/systems-manager/latest/userguide/integration-ps-secretsmanager.html
2019-02-04 11:10:41 -05:00
Daniel Schep
43d8b624ef
Merge pull request #5740 from richarddd/multi-origin-cors
...
Provide multi origin cors values
2019-01-29 08:29:32 -05:00
Richard Davison
867d112470
Allow origin to be used by splitting comma separated values
2019-01-28 14:31:53 +01:00
Philipp Muens
4ae0ff18bb
Merge pull request #5139 from BlackbirdHQ/master
...
Allows Fn::GetAtt with Lambda DLQ-onError
2019-01-28 13:46:31 +01:00
Philipp Muens
0084607274
Update serverless.yml docs
2019-01-28 13:39:21 +01:00
yuki3738
279c85eb64
Add Hello World Ruby Example
2019-01-26 16:38:18 +09:00
Philipp Muens
eef96aaede
Merge pull request #5577 from serverless/provided-template
...
Add template for provided runtime with the bash sample from AWS
2019-01-25 15:08:38 +01:00
Phillipe Lopes
edffbf44a7
Fix typo in Multiple Configuration Files example
...
YAML example renamed from "Resource" to "Resources".
2019-01-24 15:41:00 -03:00
Philipp Muens
cff71612be
Merge pull request #5731 from kazufumi-nishida-www/patch-1
...
Fix link
2019-01-24 12:15:43 +01:00
Philipp Muens
0a59701f10
Update TOC to start with upper case
2019-01-24 11:52:02 +01:00
Daniel Schep
748dad8b3c
test coverate for provided template
2019-01-23 14:00:09 -05:00
Philipp Muens
b3f00582d9
Merge pull request #4888 from eeg3/patch-1
...
Fix broken Azure Hello World Example documentation
2019-01-23 15:36:14 +01:00
Richard Davison
c68b433720
Update note to retrigger CI
2019-01-23 10:00:22 +01:00
Richard Davison
01b529af43
Provide multi origin cors
2019-01-23 08:48:52 +01:00