Mariusz Nowak
14a2640bd9
refactor(CLI): Seclude schema of core commands
2021-03-16 09:34:33 +01:00
Eslam A. Hefnawy
18e9c2f954
added templates functionality
2016-07-13 00:12:35 +09:00
Philipp Muens
4519e0fb32
Rename coreBucket name to be more meaningful
2016-07-12 11:36:46 +02:00
Philipp Muens
eeee34fa5b
Make coreBucket name unique
2016-07-12 10:31:38 +02:00
Philipp Muens
3ff6c2e7b0
Update serverless.yaml template
2016-07-07 06:09:37 +02:00
Eslam A. Hefnawy
d7c50f3626
greeting is now generated on help only
2016-06-24 15:42:52 +02:00
Eslam A. Hefnawy
404d0fa76f
updated comment
2016-06-24 15:42:52 +02:00
Eslam A. Hefnawy
e33e6e0fff
added comments in template files
2016-06-24 15:42:52 +02:00
Philipp Muens
c287f07d05
Update YAML indentations
...
YAML supports different indentations however dicts (which we use for events)
need a 4 level deep indentation to work correctly. The YAML files are updated so
that the user knows that he should always use a 4 level deep indentation.
2016-06-22 08:09:42 +02:00
Eslam A. Hefnawy
4ead09f9e0
no longer adding default profile to serverless env on sls create
2016-06-21 18:41:00 +02:00
Eslam A. Hefnawy
96a3441c1e
create plugin no longer generates package.json
2016-06-20 17:49:55 +02:00
Eslam A. Hefnawy
2a459ae5a2
mering v1.0
2016-06-19 21:41:01 +02:00
Eslam A. Hefnawy
f403af11cf
sls create now takes a provider option
2016-06-17 19:51:22 +02:00
Nik Graf
0cb02b9316
fix indentation in events template
2016-06-17 17:00:44 +02:00
Philipp Muens
c45a756bef
Comment out AWS http_endpoints property in serverless.yaml
2016-06-15 19:58:39 +02:00
Philipp Muens
6bb55dbd63
Refactoring and code cleanup
...
So that the code looks everywhere the familiar.
2016-06-15 18:39:48 +02:00
Eslam A. Hefnawy
6d5fd107f7
minor fixes
2016-06-15 16:08:54 +02:00
Eslam A. Hefnawy
8e89863a78
apig refactoring
2016-06-15 15:22:40 +02:00
Philipp Muens
c16eec25ee
Comment out http_endpoint definition in serverless.yaml
...
So that an endpoint is not automatically created when a user sets up and
deploys a service.
2016-06-15 15:11:19 +02:00
Philipp Muens
9e15f177cd
Comment out http_endpoint definition in serverless.yaml
...
So that an endpoint is not automatically created when a user sets up and
deploys a service.
2016-06-15 12:25:44 +02:00
Philipp Muens
633420d9c5
Remove invalid Resources definitions for AWS
2016-06-15 11:34:45 +02:00
Philipp Muens
75b9c617af
Update serverless.yaml file
...
Fix indentations and fix naming in resources section so that it matches the recent changes.
2016-06-15 11:34:45 +02:00
Eslam A. Hefnawy
bb22303e4c
commented out schedule from serverless.yaml
2016-06-10 16:57:48 +02:00
Eslam A. Hefnawy
f23ae6933f
added schedule event
2016-06-10 16:55:14 +02:00
Philipp Muens
e72208bf48
Comment out S3 events in serverless.yaml
...
Comment out the S3 events as they may clash because of naming problems
(name should be globally unique) with the generated S3 buckets when running
integration tests in parallel.
2016-06-10 08:45:26 +02:00
Philipp Muens
8e2dcf4c15
Add implementation for awsCompileS3Events plugin
2016-06-09 19:07:47 +02:00
Eslam A. Hefnawy
c48326851e
added docs for create, deploy and invoke
2016-06-06 08:28:52 +02:00
Eslam A. Hefnawy
e0cb16c7bf
successfully deployed functions
2016-05-31 16:20:09 +02:00
Eslam A. Hefnawy
26f534f481
basic deployCore functionality
2016-05-30 13:29:44 +02:00
Philipp Muens
6f891797cf
Merge branch 'v1.0' into add-aws-compile-functions-to-resources-plugin
2016-05-27 14:43:33 +02:00
Philipp Muens
132bf794df
Add attach CloudForamtion result to service resources object
2016-05-27 14:42:47 +02:00
Eslam A. Hefnawy
10de5bcdda
added tests for awsResourcesDeploy hooks promise chain
2016-05-27 13:00:12 +02:00
Eslam A. Hefnawy
cb2703a95f
resolved final comments
2016-05-23 22:13:20 +02:00
Eslam A. Hefnawy
9b10140753
added complete test coverage for create plugin
2016-05-23 15:05:22 +02:00
Eslam A. Hefnawy
21daae8318
added create plugin
2016-05-23 00:30:56 +02:00
Eslam A. Hefnawy
11065914f1
final linting check
2016-05-20 13:45:45 +02:00
Eslam A. Hefnawy
9665c54e0d
cleaned the codebase and fixed tons of linting issues
2016-05-20 13:33:54 +02:00
Egor Kislitsyn
caf52c3529
Improves scaffolding for the Node runtimes #979
2016-04-11 12:48:49 +07:00
Peyton Zhou
9c1587af60
Modify sample hook log message.
2016-03-19 14:58:52 +08:00
Peyton Zhou
68eded19f9
Fixes the plugin template error after created.
2016-03-19 14:28:51 +08:00
ac360
fdd35c7ce5
PluginTemplate: add more descirptions
2016-03-14 23:30:11 -07:00
ac360
425200e94e
Actions: refactor to accept Serverless instance
2016-03-14 22:51:36 -07:00
ac360
ae582d0d8e
Classes: refactor
2016-03-14 21:33:51 -07:00
ac360
fee7589a67
EndpointDeploy: continue work on authroizers WIP
2016-03-10 20:59:19 -08:00
Egor Kislitsyn
e7272908e2
moves scaffolding logic to Runtime.scaffold(), updates FunctionCreate;
2016-03-10 21:19:32 +07:00
Eslam A. Hefnawy
43d1317f61
fixes across actions to remove components completely
2016-03-09 03:13:32 +07:00
ac360
b20180eb41
FunctionCreate: fix to show even/endpoint select if path is specified, Templates: fix comment in handler.js
2016-03-03 09:59:44 -08:00
Austen Collins
7d4f24066f
.gitingore: prevent tracking of stages that include 'dev'
2016-03-02 11:48:26 -08:00
Eslam A. Hefnawy
4621810516
fixed componentCreate and functionCreate
2016-02-26 14:34:47 +07:00
Philipp Muens
742444a646
Refs #593 - Add plugin create functionality
...
Add a basic 'plugin create' functionality so that users can create plugins from within the
command line. Templates for the plugin are included in the templates folder.
2016-02-11 11:15:40 +01:00