mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Update aws_modules.md
This commit is contained in:
parent
44c3c7450e
commit
28756da67c
@ -1,8 +1,8 @@
|
||||
# JAWS: AWS-Modules (awsm)
|
||||
|
||||
JAWS applications' back-end runs on AWS Lambda functions which can be seen in the `back` folder. To encourage the development of re-usable, standardized and optimized lambda functions, JAWS keeps all of your app's lambda functions in the **[AWS-Module](https://github.com/awsm-org/awsm) (awsm)** format. This format was created for JAWS, and the JAWS CLI features commands to help you generate scaffolding for your aws_modules.
|
||||
JAWS applications' back-end runs on AWS Lambda functions which can be seen in the `aws_modules` folder. To encourage the development of re-usable, standardized and optimized lambda functions, JAWS keeps all of your app's lambda functions in the **[AWS-Module](https://github.com/awsm-org/awsm) (awsm)** format. This format was created for JAWS, and the JAWS CLI features commands to help you generate scaffolding for your aws_modules.
|
||||
|
||||
Possibly the best feature of aws_modules is they make it easy for developers to publish and share their lambda functions and encourage a module ecosystem. In the near future, when you are building your serverless app, you will be able to select from a large variety of pre-written lambda functions, designed by the JAWS community for re-use, optimization, easy installation and deployment!
|
||||
Possibly the best feature of `aws_modules` is they make it easy for developers to publish and share their lambda functions and encourage a module ecosystem. In the near future, when you are building your serverless app, you will be able to select from a large variety of pre-written lambda functions, designed by the JAWS community for re-use, optimization, easy installation and deployment!
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/awsm-org/awsm" target="_blank"><img src="../img/jaws_and_awsm.png" align="center" width="400" alt="awsm aws-module jaws"></a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user