2186 Commits

Author SHA1 Message Date
Philipp Muens
25bb4e2da1 Merge branch 'master' into jackdanger/allow-specific-apigateway-logs-role 2019-10-23 13:03:47 +02:00
Philipp Muens
2bd090aba7
Merge pull request #6856 from laardee/allow-ref-in-stream-event
Allow to use Ref in stream arn property
2019-10-22 13:19:11 +02:00
Philipp Muens
68c46b434f Merge branch 'master' into jackdanger/allow-specific-apigateway-logs-role 2019-10-22 12:59:48 +02:00
Philipp Muens
dd7ed70c10
Merge pull request #6857 from serverless/update-event-documentation
Update event documentation
2019-10-18 17:39:27 +02:00
Philipp Muens
1f9c1ce2e9 Update event documentation 2019-10-18 10:30:52 +02:00
Philipp Muens
099d459fcc
Merge pull request #6853 from enzo-beltrami/master
Improvements on SQS docs as suggested on #6516
2019-10-18 10:02:12 +02:00
Philipp Muens
3356af20eb Update IAM section / Fix typos 2019-10-18 09:54:09 +02:00
Eetu Tuomala
886057864b
allow ref in stream arn property 2019-10-18 10:42:48 +03:00
Philipp Muens
b322113dad Run Prettier 2019-10-18 09:39:32 +02:00
Gabriel Lemire
b5332ddacc Update Google provider documentation for functions 2019-10-18 00:23:16 -04:00
enzo-beltrami
b4d37776bd fixed pretter 2019-10-17 20:09:19 -03:00
enzo-beltrami
e1473c7d7e Improvements on SQS docs as suggested on #6516 2019-10-17 19:46:08 -03:00
Pravin
328de1b6ee added website links 2019-10-16 15:19:38 +02:00
Pravin
6fdcb1efcc expanded titles in frontmatter 2019-10-16 15:08:26 +02:00
Pravin
3585af4531 added frontmatter to sdk docs 2019-10-16 14:54:36 +02:00
Philipp Muens
1e912fcc4f
Merge pull request #6840 from miguel-a-calles-mba/patch-4
Updated Azure Functions documentation
2019-10-16 11:31:01 +02:00
Philipp Muens
f7ef849f1c Update formatting 2019-10-16 11:11:49 +02:00
Miguel A. Calles, MBA
10aacaedd8
Updated Azure Functions documentation 2019-10-15 15:45:17 -07:00
Miguel A. Calles, MBA
5265fcdb56
Fixing an Azure docs broken link
Clicking the original link in the [Serverless web site](https://serverless.com/framework/docs/providers/azure/guide/quick-start/) leads to a broken link.
2019-10-15 14:01:02 -07:00
Philipp Muens
6e55723505
Merge pull request #6827 from bgaillard/master
Fix perms with several CloudWatch log subscriptions
2019-10-15 11:26:54 +02:00
Baptiste Gaillard
d565234543
Fix perms with several CloudWatch log subscriptions. 2019-10-13 20:50:37 +02:00
Philipp Muens
2fee14ba66 Run Prettier 2019-10-09 16:15:23 +02:00
Daniel Schep
839f6ef692 async python! 2019-10-09 09:17:22 -04:00
Daniel Schep
a1e81c6b46 spacing 2019-10-09 08:59:04 -04:00
Daniel Schep
daf32ab8a3 span docs! and full serverless_sdk docs 2019-10-09 08:54:44 -04:00
Maciej Skierkowski
92514eea78
Merge pull request #6767 from serverless/docs-cicd-latest
Documentation for CI/CD
2019-10-08 09:59:41 -05: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
01f5c6f9a6
Merge pull request #6790 from wenindoubt/deploy-docs
Update SLS Deploy Documentation
2019-10-08 12:14:44 +02:00
Philipp Muens
acf4644f55
Merge pull request #6802 from nabati/patch-1
Update quick-start.md
2019-10-08 11:58:21 +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
Maciej Skierkowski
59da3115c7
Missing a "." 2019-10-07 11:11:16 -07:00
Maciej Skierkowski
5468c44f90
Adding note about matching org/app/service 2019-10-07 11:10:00 -07:00
Tanner Barlow
3c71859e54
Update Azure environment variable documentation 2019-10-07 09:37:39 -07:00
Philipp Muens
68ade3fd09
Merge pull request #6788 from sdomagala/patch-3
Showcase how to use AWS SDK in sls helpers
2019-10-07 09:29:32 +02:00
My Ho
b0a9dc863c
doc: add cosmosdb events doc 2019-10-05 21:20:33 -04:00
Jeffrey Wen
36e8902cd1 Update SLS Deploy Documentation 2019-10-04 11:53:05 -07: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
Maciej Skierkowski
2a70063ec0 Using a commit-specific link 2019-09-27 23:03:39 -07:00
Maciej Skierkowski
c673fb8357 Updates with latest CI CD docs 2019-09-27 22:03:55 -07:00
Maciej Skierkowski
0e9a60bea4
Merge pull request #6758 from serverless/docs-menu-updates
Doc refactoring and new features
2019-09-27 14:22:54 -07:00
Philipp Muens
9c7777559b Fix link 2019-09-27 13:20:24 +02:00
Maciej Skierkowski
b8fbdc4c86
Updated incorrect reference 2019-09-26 15:45:48 -07: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
Maciej Skierkowski
a44979022c
Update README.md 2019-09-25 16:00:34 -07:00
Maciej Skierkowski
268a55a6d2 User "serverless" instead of "sls" 2019-09-25 15:54:00 -07:00
Maciej Skierkowski
4f5d3ae15a
Explaining the org and app fields 2019-09-25 15:35:33 -07:00