1209 Commits

Author SHA1 Message Date
Philipp Muens
00d129ca86
Merge pull request #5863 from serverless/invoke-local-docker
Invoke local docker
2019-03-14 13:16:09 +01:00
Philipp Muens
b8dd365071
Merge pull request #5912 from fivepapertigers/cloudwatch-event-input-transformer
Support for Cloudwatch Event InputTransformer
2019-03-13 14:13:39 +01:00
Jacob Griswold-Moran
0d0cba8334 adds inputTransformer option to aws cloudwatchEvent events
This change allows the InputTransformer cloudformation option to be used in aws `cloudwatchEvent` event types.
2019-03-12 11:59:11 -04:00
Jacob Griswold-Moran
756dd14dc9 adds inputTransformer option to aws schedule events
This change allows the InputTransformer cloudformation option to be used in aws `schedule` event types.
2019-03-12 11:59:03 -04:00
Dale Fenton
e7df2df6d1 add type configuration to aws serverless.yml guide for authorizer 2019-03-11 16:56:17 -04:00
Daniel Schep
8c0d2825fd document docker support! 2019-03-11 14:48:07 -04:00
Matheus Silva Santos de Oliveira
ecdd28f509
Add links to the respective core concepts
I think it would be a good idea to have a link to the core concepts when mentioning them.
2019-03-10 10:27:42 -03:00
Philipp Muens
615c79362a Update docs 2019-03-07 13:30:55 +01:00
Philipp Muens
00e0524ba3 Merge branch 'master' into feat/apiGatewayDescription 2019-03-07 13:20:19 +01:00
Philipp Muens
fbd9b46ef9
Merge pull request #5351 from serverless/SQSFnJoin
Allow Fn::Join in SQS arn builder
2019-03-05 13:37:22 +01:00
Philipp Muens
07f1081ec5 Update documentation 2019-03-05 13:20:53 +01:00
Philipp Muens
2546b17581
Merge pull request #5860 from serverless/x-ray-lambda
Add AWS x-ray support for Lambda
2019-03-04 13:04:52 +01:00
Eslam λ Hefnawy
0293040164
Merge pull request #5867 from serverless/wb-authorizers
Added websockets authorizer support
2019-02-28 14:55:55 +03:00
Eslam A. Hefnawy
e7c5acf6b8 tested authorizers 2019-02-27 15:54:13 +03:00
Philipp Muens
72ce7d907c Simplify tracing configuration 2019-02-27 13:41:02 +01:00
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