580 Commits

Author SHA1 Message Date
Mariusz Nowak
0c8c8a0fb6
Merge pull request #6983 from serverless/bump-runtime-in-docs
Default to Nodejs12.x runtime
2019-11-20 12:18:10 +01:00
Mariusz Nowak
821a560533
Merge pull request #6978 from kdnakt/aws-lambda-python3.8
Python3.8 support!
2019-11-20 10:24:31 +01:00
Mariusz Nowak
afab41281f
Update docs with new Python runtime 2019-11-20 09:59:56 +01:00
Mariusz Nowak
9ffd194d99
Update docs to reference new runtime 2019-11-20 09:43:48 +01:00
Pravin
fbb4a7f225 added links to infra guides to make docs more useful 2019-11-18 21:21:26 +01:00
Mariusz Nowak
caa49024a5
Merge pull request #6869 from miguel-a-calles-mba/master
Allow casting to boolean in Serverless variables
2019-11-04 05:03:53 -06:00
Miguel A. Calles, MBA
6c57188149
Update variables.md 2019-10-31 15:38:45 -07:00
Miguel A. Calles, MBA
a6ae442157
Update variables.md 2019-10-31 07:54:33 -07:00
Miguel A. Calles, MBA
1144b04381
Update variables.md 2019-10-29 15:02:01 -07:00
Miguel A. Calles, MBA
f311fdd57d
Update variables.md 2019-10-29 14:54:09 -07:00
Miguel A. Calles, MBA
a9193bfd56
Update variables.md 2019-10-25 13:40:14 -07:00
Miguel A. Calles, MBA
5441efb799
Update variables.md 2019-10-25 08:20:50 -07:00
Miguel A. Calles, MBA
a4e200d65d
Using strToBool in documentation 2019-10-22 07:19:19 -07:00
Philipp Muens
68c46b434f Merge branch 'master' into jackdanger/allow-specific-apigateway-logs-role 2019-10-22 12:59:48 +02:00
Miguel A. Calles, MBA
34bf4e5955
Updated variable boolean casting documentation 2019-10-21 16:30:02 -07:00
Miguel A. Calles, MBA
d1a032c635
Documenting casting variables to booleans 2019-10-21 16:27:47 -07:00
Philipp Muens
1f9c1ce2e9 Update event documentation 2019-10-18 10:30:52 +02:00
Philipp Muens
36d3f01a9c
Merge pull request #6779 from jessedoyle/s3-deployment-block-public
S3 Block Public Access
2019-10-08 15:09:34 +02:00
Philipp Muens
8ea9a32204 Add YAML directive 2019-10-08 11:49:59 +02:00
Philipp Muens
6aa1e497ca Run Prettier 2019-10-08 11:48:14 +02:00
Poyan Nabati
02822bdf93
Update quick-start.md
Clarify additional required steps to follow along.
2019-10-08 07:45:59 +03:00
Sebastian Domagała
624064e075 prettier check 2019-10-04 18:36:23 +02:00
Sebastian Domagała
75041321ea
Showcase how to use AWS SDK in sls helpers 2019-10-04 18:17:01 +02:00
Jesse Doyle
f1c768c42b
S3 Block Public Access
* Add a new boolean property named `blockPublicAccess`to the
  `deploymentBucket` config object for the AWS provider.
* The property defaults to `false` to retain backwords
  compatibility with existing infrastructure.
* When `true`, the configuration property will enable the
  [S3 Block Public Access][1]. This will prevent all future
  policies or ACLs that may grant public access to the
  deployment bucket.
* Update the serverless.yml reference docs to reflect the
  addition.

[1]: https://aws.amazon.com/blogs/aws/amazon-s3-block-public-access-another-layer-of-protection-for-your-accounts-and-buckets/

resolves: https://github.com/serverless/serverless/issues/6706
2019-10-01 22:21:10 -06:00
Jack Danger
4ad1ded244 Allow specifying ApiGateway logs role ARN
Since #6531 improved how we manage API Gateway's CloudWatch log IAM role
it's now simpler to allow hardcoding a role ARN in the YAML config.

This addresses [this
comment](https://github.com/serverless/serverless/pull/6591#discussion_r321010087)
and unblocks anyone who needs to keep the IAM permissions for an app
scoped to just that app.

Example usage:

    provider:
      name: aws
      logs:
        restApi:
          role:
            arn:aws:iam::123456789:role/a-service-with-all-necessary-permissions
2019-09-26 15:32:46 -07:00
theburningmonk
e8daa50e9c docs: add mention of condition and dependsOn 2019-09-06 00:50:43 +02:00
Daniel Schep
e258538631
Merge pull request #6566 from serverless/custom-variable-getters
Add plugin hooks to define config variable getters
2019-09-03 08:41:35 -04:00
Daniel Schep
508de5da06 prettify 2019-08-30 11:19:17 -04:00
Daniel Schep
a231e0302d changes for @erikerikson's review 2019-08-30 09:29:12 -04:00
Daniel Schep
43076c0f22 Merge remote-tracking branch 'origin/master' into custom-variable-getters 2019-08-29 12:38:58 -04:00
Mariusz Nowak
5b898c73d9
Support CloudWatch logs for custom resource lambdas 2019-08-29 13:11:49 +02:00
Philipp Muens
dec3d5ff40 Update docs / Fix typos 2019-08-28 13:30:14 +02:00
Pravin
e7d0406301 Merge branch 'master' into style-updates-for-docs 2019-08-23 14:51:33 +02:00
Kevin Tardif
a039a7c4d0 Renamed fullData to fullExecutionData 2019-08-22 10:28:46 -04:00
Kevin Tardif
e2ed359f49 Added logs.executionLogging, no longer allowing OFF logLevel 2019-08-22 10:17:21 -04:00
Kevin Tardif
53d926df08 Updated field names to accessLogging, fullData, minor cleanups 2019-08-22 09:58:31 -04:00
Kevin Tardif
1efee1c636 Updated AWS serverless.yml reference to include logs.enableAccessLogging, dataTrace 2019-08-22 08:33:33 -04:00
Pravin
9acc4f9652 unbolded link text 2019-08-22 11:49:22 +02:00
Daniel Schep
c3674e1293 safer & more explicit implementation of variableResolvesrs(also renamed) 2019-08-21 10:22:05 -04:00
Daniel Schep
c0ed311865 simplify variable getter hook system 2019-08-20 15:00:23 -04:00
Daniel Schep
d3bcfeea78 lint 2019-08-20 14:39:20 -04:00
Daniel Schep
989f876e78 bit more docs 2019-08-20 14:31:35 -04:00
Daniel Schep
8b53a4323a lint & docs 2019-08-20 14:29:40 -04:00
Daniel Schep
8445a6966f
add docs for options misused in #6546 (#6547)
add docs for options misused in #6546
2019-08-16 07:22:31 -04:00
Daniel Schep
635d08e654 add docs for options misused in #6546 2019-08-15 09:24:50 -04:00
Kevin Tardif
5332dfdf39 Updated AWS serverless.yml reference to include logs.level and format documentation 2019-08-14 08:30:45 -04:00
pdaryani
4374dc9bac
Merge pull request #6373 from serverless/billfine-july16-docupdates
Documentation Updates
2019-07-18 23:08:55 +02:00
Philipp Muens
f64d1f4ff9 Run Prettier to fix build 2019-07-18 13:04:00 +02:00
Pravin
ff3cc6759d added link to dashboard from cli-ref/slsstats page 2019-07-15 22:11:03 +02:00
Maciej Skierkowski
228159981f dash instead of underscore in filenames 2019-07-14 13:02:34 -07:00