Philipp Muens
f56e1545a7
Merge pull request #5894 from domdomegg/patch-1
...
Update getting started page
2019-03-04 09:06:11 +01:00
Adam Jones
cad5a689c8
Update getting started page
...
Made two changes:
1. Improves link hitboxes by having the `a` tag wrap the whole `docsSection` instead of just the image and title. Currently hovering over the `docsSection` makes it change colour, but not actually become clickable which I thought was weird behavior.
2. Orders `menuItem`s in same order as main page content.
2019-03-03 21:36:21 +00:00
Шестаков Павел
3cb0a0676b
Cleanup Serverless.js file from unused code
2019-03-01 21:42:34 +03:00
Philipp Muens
045bf35727
Merge pull request #5883 from serverless/fix-info-custom-function-names
...
Print customized function names correctly in sls info output
2019-03-01 11:12:29 +01:00
Boris
cf494e0b1a
Fix CloudFormation template normalization
...
Signed-off-by: Boris <bokan.boris@gmail.com>
2019-03-01 10:11:57 +01:00
Philipp Muens
3fdc6ff8cf
Merge pull request #5884 from nhazdun/master
...
Add Geniusee to Consultants list
2019-03-01 09:47:11 +01:00
Nazariy Hazdun
724515d639
Add Geniusee to Consultants list
2019-03-01 09:53:38 +02:00
Daniel Schep
24ffec19af
Print customized function names correctly in sls info output
2019-02-28 15:07:52 -05:00
Eslam A. Hefnawy
cc4bafab06
dont add websockets policies when using custom roles
2019-02-28 15:09:48 +03: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 λ Hefnawy
85701b4588
Merge pull request #5865 from serverless/ws-normalize-route
...
Websockets: Support more route characters
2019-02-28 14:51:00 +03:00
Eslam A. Hefnawy
4fcda374f0
remove only
2019-02-27 17:34:47 +03:00
Eslam A. Hefnawy
2a8fedc2f3
added tests
2019-02-27 17:34:29 +03:00
Eslam A. Hefnawy
544d5099fa
change route normalization names
2019-02-27 16:11:02 +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
2a075af805
Fix functionality / add tests
2019-02-27 12:23:59 +01:00
Alex DeBrie
03cc4d4a48
Allow Fn::Join in SQS arn builder
2019-02-27 12:06:32 +01:00
Philipp Muens
a4b87a1c50
Merge pull request #5872 from paul-nelson-baker/enchancement/kotlin-jvm-maven-updates
...
Enchancement/kotlin jvm maven updates
2019-02-27 10:43:24 +01:00
Paul N. Baker
473b4d166c
Accidently forgot to update code to point to updated log4j2 references. Fixing a typo in dependency name. Adding missing dependency information for plugin.
2019-02-26 15:17:06 -07:00
Paul N. Baker
bc89ef1f23
Updating Kotlin
...
Kotlin has been updated, and since we are targeting jdk-8 we want to take advantage of the Java 8 runtime features that are not available in Kotlin without specifying that we are using Java 8.
http://kotlinlang.org/docs/reference/whatsnew12.html#standard-library
2019-02-26 14:31:33 -07:00
Paul N. Baker
6bf5c0e6ac
log4j2 fixes
...
Logging in Java along with log4j2 and must have specific libraries and configurations to be sucessful in AWS Lambda. Since the target is Java 8 (currently supported aws-lambda runtime) this is essential.
2019-02-26 14:28:03 -07:00
Paul N. Baker
dfc3b49336
Adding BOM and jackson-module-kotlin
...
The bill of matierals helps manage the various verions of the modules and is the prefered method of managing adjacent dependencies when available. jackson-module-kotlin provides a module for Kotlin/Jackson interop.
2019-02-26 14:22:14 -07:00
Eslam A. Hefnawy
c6f955ab00
added authorizer support
2019-02-26 16:44:58 +03: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
Philipp Muens
e8ccc7afe6
Replace tagging of uploaded artifacts with resource tagging of bucket
2019-02-25 14:37:26 +01:00
Eslam A. Hefnawy
85741629cd
support more route chars
2019-02-25 16:24:07 +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
Tiago Souza
6c572d1746
Put Custom Response Headers into [Responses]
2019-02-22 18:06:01 -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
627600fca7
Fix tests
2019-02-21 13:13:12 +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