Takahiro Horike
2d22c40195
Merge pull request #5395 from aki-webii/fix/support-apig-api-key-source-type
...
APIG ApiKeySourceType support.
2018-10-21 15:46:43 +09:00
aki-webii
95627905e2
Revise AWS serverless.yml guide.
2018-10-17 22:20:33 +09:00
Takahiro Horike
4e57851240
Merge pull request #5250 from philiiiiiipp/patch-1
...
Multiple cloudformation resources
2018-10-15 03:21:43 +09:00
Takahiro Horike
bf2ee2e56b
Merge pull request #5299 from weeniearms/master
...
Added possibility to specify custom S3 key prefix instead of the stan…
2018-10-15 02:59:49 +09:00
Pravin
bb79879497
fix anchor link in aws/guide/variables.md file
2018-10-09 23:44:40 +02:00
Nathan Gelman
62b3e15561
Update quick-start.md
2018-09-17 20:16:04 -07:00
weeniearms
b5da4d09ed
Added possibility to specify custom S3 key prefix instead of the standard 'serverless'
2018-09-17 09:35:40 +02:00
Takahiro Horike
962f09330e
Merge pull request #5266 from danielrbradley/alexa-typescript-template
...
Add new template for AWS Alexa Typescript
2018-09-05 07:57:25 +09:00
Daniel Bradley
36d75caf36
Add Alexa template option to docs
2018-09-04 22:16:32 +01:00
Takahiro Horike
07e72809a9
Merge pull request #5236 from khaledosman/patch-1
...
Update serverless.yml.md
2018-09-04 22:48:35 +09:00
Philipp Beau
46c2ba4d06
Multiple cloudformation resources
...
Making it explicit on how to add multiple resource files with internal Resources and Outputs
2018-08-24 14:39:27 +02:00
Andrés Álvarez
90486d9489
Remove redundant link to same docs page
2018-08-21 16:46:39 -06:00
Khaled Osman
a11700b644
Update serverless.yml.md
...
In https://serverless.com/framework/docs/providers/aws/guide/deploying/ the documentation states that you can deploy to different environments / regions by passing them to the --stage or --region flags, however this doesn't work out of the box because the sample documentation / serverless.yml file hardcodes the stage & region and is not set up to use the ones passed to the CLI.
2018-08-20 16:01:15 +02:00
Rowell Belen
47aadb5e91
AWS Clojurescript Gradle Template
2018-08-05 11:22:25 -06:00
Takahiro Horike
d5aebc751e
Merge pull request #5147 from bytekast/clojure-template
...
AWS Clojure Gradle Template
2018-08-03 08:43:43 +09:00
Rowell Belen
3b8e0ec125
AWS Clojure Gradle Template
2018-08-02 13:26:19 -06:00
Sebastian Borza
3db9dc23ed
updating go deps to v1.10
2018-07-21 20:38:15 -05:00
Jeremy Daly
f638f5e05d
Add SQS event
2018-07-17 13:33:48 -04:00
Nielsen
d84fcf3cbb
Minor change to improve English
...
The word "ran" was used where "run" would have been correct.
2018-07-15 18:02:43 -04:00
Marcos Pereira
fde55eac6a
Fix typo in guide/functions.md
2018-07-10 18:49:54 +01:00
Takahiro Horike
80d289ba75
Merge pull request #5071 from laardee/add-apig-resource-policy
...
Add apig resource policy
2018-07-03 09:18:38 +09:00
Kenji Sakurada
d4614909bc
This slash comment violates format
...
When I copy & pasted this code, sls returned an error.
2018-06-27 16:10:18 +09:00
Takahiro Horike
0e60b12a71
Merge pull request #5073 from fbidu/patch-1
...
Adding note about referencing environment variables in function docs
2018-06-26 04:33:55 +09:00
Felipe Rodrigues
81720b5761
Adding note about referencing environment variables in function do
2018-06-25 14:21:04 -03:00
Jaime Iniesta
e44b38a1ee
update workflow.md
...
It looks like "Intro" was a placeholder for the intro? Not needed anymore.
2018-06-25 19:04:24 +02:00
Eetu Tuomala
183c94058d
fix policy syntax, add documentation
2018-06-25 13:54:05 +03:00
Takahiro Horike
2eb915f8d9
Merge pull request #4951 from rts-cwalker/custom-stage-api-names
...
Added ability to create custom stack names and API names
2018-06-21 11:35:39 +09:00
Corey Walker
019db41f67
Added stackName and apiName to provider options list
2018-06-19 20:03:38 -04:00
Takahiro Horike
2fe4542113
Merge pull request #5007 from jogold/inherit-provider-tags
...
Make function tags inherit provider tags
2018-06-18 03:56:46 +09:00
GuruRAM
77f33e789e
Merge branch 'master' of https://github.com/serverless/serverless
2018-06-17 12:54:26 +03:00
Takahiro Horike
e648ece00e
Merge pull request #5012 from andersonjohnf/patch-1
...
Fix stack deny policy in serverless.yml.md
2018-06-13 01:21:07 +09:00
Pat Needham
4a5a8009bd
Update credentials.md
...
Link to AWS invoke local docs for convenience
2018-06-04 15:04:09 -04:00
andersonjohnf
db05d9e616
Fix stack deny policy in serverless.yml.md
...
Without `Resource: "*"` in the deny policy it doesn't actually affect anything. The Condition property is applied only if the Resource property is first matched.
2018-05-31 11:19:23 -04:00
Jonathan Goldwasser
16fb567ea1
Update docs for function tags
2018-05-28 18:05:21 +02:00
Frank Schmid
c095eb8152
Merge pull request #4902 from ldgarcia/patch-1
...
Add note about RoleName property in custom role
2018-05-10 14:30:51 +02:00
GuruRAM
07b3a1009a
#4839 plugins documentation has been updated
2018-04-24 22:34:33 +03:00
Luis Diego García
404bfc5763
Add note about RoleName property in custom role
...
Currently, updating function code with `sls deploy --function` fails with `The role defined for the function cannot be assumed by Lambda.` if using a custom role with an autogenerated `RoleName`. So I think it would be good to add a notice about that to the docs.
2018-04-11 16:51:52 -06:00
Kobi Meirson
eca515a8ec
Documentation should state only strings are accepted.
2018-04-07 16:25:57 +03:00
Doug Moscrop
8bde1b4902
Support arrays in function definition too
2018-04-04 20:03:56 -04:00
Takahiro Horike
a9e6a79d01
Merge pull request #4743 from svdgraaf/feature/pass-serverless-variable
...
Pass serverless variable when calling function in referenced file
2018-04-03 05:04:08 +09:00
Takahiro Horike
44fd29d820
Merge pull request #4851 from adriatic/patch-1
...
Update quick-start.md
2018-04-03 04:43:32 +09:00
Takahiro Horike
43cdf6cb7f
Update quick-start.md
2018-04-03 04:31:26 +09:00
Nikolaj Ivancic
3e4f293d0d
Update quick-start.md
...
Setting AWS credentials needs to be done for each tab in the console
2018-03-26 10:06:09 -04:00
Yeongho Kim
4ee53998e2
Update resources.md
...
According to https://github.com/serverless/serverless/blob/master/lib/plugins/aws/lib/naming.js#L4 , I think it should mention `stage`.
2018-03-23 21:22:46 +09:00
Takahiro Horike
0c86d99941
Merge pull request #4793 from chrisbarbour/add-iam-managed-policies
...
Add iam managed policies
2018-03-23 08:40:25 +09:00
horike37
92378bd414
add this to serverless.yml.md
2018-03-23 02:35:54 +09:00
horike37
44e069b052
Merge remote-tracking branch 'upstream/master' into patch-1
2018-03-13 05:15:06 +09:00
chrisbarbour
6f31908d2d
added documentations for iamManagedPolicies
2018-03-10 13:53:15 +00:00
Walery Strauch
3daf840abb
Add individually package on severless.yml reference docs.
2018-03-08 09:41:19 +01:00
Walery Strauch
02d54356a3
Add package.artifact on severless.yml reference docs.
2018-03-08 09:29:17 +01:00