2190 Commits

Author SHA1 Message Date
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
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
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
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