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
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
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
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
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
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
190a1aef85
Add documentation
2019-02-15 14:28:47 +01: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
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
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
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
kazufumi.nishida
3b2173bdd3
Fix link
2019-01-21 10:29:12 +09:00
et304383
eb97334c22
Fix layer doc reference to functions (should be layers)
2019-01-14 08:40:59 -04:00
Tim Porter
cdf37a65a7
Update layers.md
2019-01-11 11:21:18 +00: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
Daniel Schep
0d05c8c09f
update layers doc to reflect max of 5
...
closes #5626
2018-12-26 20:24:36 -05:00
horike37
4336340aa4
Merge remote-tracking branch 'root/master' into cf-ref-region
2018-12-10 12:01:41 +09:00
exoego
363dab42d4
Add custom output example to help using cf-reference.
2018-12-10 10:31:08 +09:00
exoego
c3203aa347
Add test and document.
2018-12-08 21:29:00 +09:00
Marc Palm
f9981f601e
Resource doesn't work, but Resources does
2018-12-07 15:16:47 +01:00
Riley Chase
0e5b032ad4
Clarify how to make layer from a prebuilt archive
...
Currently, it isn't clear that you can make your own archive file and use that as the source for an AWS Lambda Layer. This change would clarify how to do that.
2018-12-05 14:48:29 +11:00
Daniel Schep
5d9cfa90ef
Merge pull request #5546 from BigChief45/ruby-support
...
Add Ruby 2.5 support in AWS Lambda
2018-11-30 09:23:06 -05:00
Brian Neisler
b04473bac1
Merge pull request #5547 from serverless/updating-IAM-cred-JSON-file
...
updating IAM permissions in credentials
2018-11-29 15:43:07 -08:00
Thom Crowe
b782ddadcf
Changing Gist to Serverlessbot account
2018-11-29 17:26:10 -06:00
Thom Crowe
abf78f5ec4
Site is affecting code - adding gist instead
2018-11-29 17:19:18 -06:00
Thom Crowe
037e4978ee
updating IAM permissions in credentials
2018-11-29 16:55:16 -06:00
Jaime Alvarez
73dc95ee65
💎 💎 💎 Add Ruby 2.5 support in AWS Lambda
...
https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-supports-ruby/
Closes #5540
2018-11-29 21:02:08 +00:00
Daniel Cottone
f1cae26a2e
Merge remote-tracking branch 'upstream/master' into api-gateway-compression
2018-11-29 14:21:24 -06:00