Skip to content

Commit

Permalink
Merge pull request #310 from grycap/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Alfonso Pérez authored Apr 1, 2019
2 parents 4bb2e3a + 6fa08f9 commit a3bebc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ SCAR allows to create serverless workflows by combining functions that run on ei
[Website](https://grycap.github.io/scar/) |
[Scientific Paper](http://linkinghub.elsevier.com/retrieve/pii/S0167739X17316485) ([pre-print](http://www.grycap.upv.es/gmolto/publications/preprints/Perez2018scc.pdf)).

## Update 3.0.0

![SCAR-back](docs/source/images/scar-back.gif)

Since version 3.0.0 SCAR creates a lambda layer called 'faas-supervisor' that is the core functionality of the lambda containers.
This layer allows to deploy faster the new functions. The layer is created once (the first time that a function is created) and then it's linked by all the other functions.

If a new version of the supervisor is released (e.g. when a new feature is added or a bug is found) the functions can be updated with the command `scar update -a -sl`.

To check the supervisor layer version that your funciotn is using you only have to do an ls like `scar ls`

## Documentation

SCAR documentation can be found in [readthedocs](http://scar.readthedocs.io/en/latest/).
Expand Down
Binary file added docs/source/images/scar-back.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
license='Apache 2.0',
packages=find_namespace_packages(),
install_requires=['boto3',
'urllib3'
'faas-supervisor',
'tabulate',
'configparser',
Expand Down

0 comments on commit a3bebc6

Please sign in to comment.