Skip to content

Commit 4944f47

Browse files
committed
Prettify
1 parent 583197a commit 4944f47

File tree

667 files changed

+15592
-14569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+15592
-14569
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ about: Create a report to help us improve
1616

1717
## Description
1818

19-
* What went wrong?
20-
* What did you expect should have happened?
21-
* What was the config you used?
22-
* What stacktrace or error message from your provider did you see?
19+
- What went wrong?
20+
- What did you expect should have happened?
21+
- What was the config you used?
22+
- What stacktrace or error message from your provider did you see?
2323

2424
Similar or dependent issues:
25-
* #12345
25+
26+
- #12345
2627

2728
## Additional Data
2829

29-
* ***Serverless Framework Version you're using***:
30-
* ***Operating System***:
31-
* ***Stack Trace***:
32-
* ***Provider Error messages***:
30+
- **_Serverless Framework Version you're using_**:
31+
- **_Operating System_**:
32+
- **_Stack Trace_**:
33+
- **_Provider Error messages_**:

.github/ISSUE_TEMPLATE/feature_request.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ about: Suggest an idea for serverless framework
1616

1717
## Description
1818

19-
* What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
20-
* If there is additional config how would it look
19+
- What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
20+
- If there is additional config how would it look
2121

2222
Similar or dependent issues:
23-
* #12345
23+
24+
- #12345

0.5.x-RESOURCES.md

+36-32
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,41 @@ Below are projects and plugins relating to version 0.5 and below. Note that thes
55
You can read the v0.5.x documentation at [readme.io](https://serverless.readme.io/v0.5.0/docs).
66

77
## Projects (v0.5.x)
8-
Serverless Projects are shareable and installable. You can publish them to npm and install them via the Serverless Framework CLI by using `$ serverless project install <project-name>`
9-
* [serverless-graphql](https://github.com/serverless/serverless-graphql) - Official Serverless boilerplate to kick start your project
10-
* [serverless-starter](https://github.com/serverless/serverless-starter) - A simple boilerplate for new projects (JavaScript) with a few architectural options
11-
* [serverless-starter-python](https://github.com/alexcasalboni/serverless-starter-python) - A simple boilerplate for new projects (Python) with a few architectural options
12-
* [serverless-graphql-blog](https://github.com/serverless/serverless-graphql-blog) - A blog boilerplate that leverages GraphQL in front of DynamoDB to offer a minimal REST API featuring only 1 endpoint
13-
* [serverless-authentication-boilerplate](https://github.com/laardee/serverless-authentication-boilerplate) - A generic authentication boilerplate for Serverless framework
14-
* [sc5-serverless-boilerplate](https://github.com/SC5/sc5-serverless-boilerplate) - A boilerplate for test driven development of REST endpoints
15-
* [MoonMail] (https://github.com/microapps/MoonMail) - Build your own email marketing infrastructure using Lambda + SES
8+
9+
Serverless Projects are shareable and installable. You can publish them to npm and install them via the Serverless Framework CLI by using `$ serverless project install <project-name>`
10+
11+
- [serverless-graphql](https://github.com/serverless/serverless-graphql) - Official Serverless boilerplate to kick start your project
12+
- [serverless-starter](https://github.com/serverless/serverless-starter) - A simple boilerplate for new projects (JavaScript) with a few architectural options
13+
- [serverless-starter-python](https://github.com/alexcasalboni/serverless-starter-python) - A simple boilerplate for new projects (Python) with a few architectural options
14+
- [serverless-graphql-blog](https://github.com/serverless/serverless-graphql-blog) - A blog boilerplate that leverages GraphQL in front of DynamoDB to offer a minimal REST API featuring only 1 endpoint
15+
- [serverless-authentication-boilerplate](https://github.com/laardee/serverless-authentication-boilerplate) - A generic authentication boilerplate for Serverless framework
16+
- [sc5-serverless-boilerplate](https://github.com/SC5/sc5-serverless-boilerplate) - A boilerplate for test driven development of REST endpoints
17+
- [MoonMail](https://github.com/microapps/MoonMail) - Build your own email marketing infrastructure using Lambda + SES
1618

1719
## Plugins (v0.5.x)
18-
Serverless is composed of Plugins. A group of default Plugins ship with the Framework, and here are some others you can add to improve/help your workflow:
19-
* [Meta Sync](https://github.com/serverless/serverless-meta-sync) - Securely sync your the variables in your project's `_meta/variables` across your team.
20-
* [Hook Scripts](https://github.com/kennu/serverless-plugin-hookscripts) - Easily create shell script hooks that are run whenever Serverless actions are executed.
21-
* [CORS](https://github.com/joostfarla/serverless-cors-plugin) - Adds support for CORS (Cross-origin resource sharing).
22-
* [Serve](https://github.com/Nopik/serverless-serve) - Simulate API Gateway locally, so all function calls can be run via localhost.
23-
* [Webpack](https://github.com/asprouse/serverless-webpack-plugin) - Use Webpack to optimize your Serverless Node.js Functions.
24-
* [Serverless Client](https://github.com/serverless/serverless-client-s3) - Deploy and config a web client for your Serverless project to S3.
25-
* [Alerting](https://github.com/martinlindenberg/serverless-plugin-alerting) - This Plugin adds Cloudwatch Alarms with SNS notifications for your Lambda functions.
26-
* [Optimizer](https://github.com/serverless/serverless-optimizer-plugin) - Optimizes your code for performance in Lambda. Supports coffeeify, babelify and other transforms
27-
* [CloudFormation Validator](https://github.com/tmilewski/serverless-resources-validation-plugin) - Adds support for validating your CloudFormation template.
28-
* [Prune](https://github.com/Nopik/serverless-lambda-prune-plugin) - Delete old versions of AWS lambdas from your account so that you don't exceed the code storage limit.
29-
* [Base-Path](https://github.com/daffinity/serverless-base-path-plugin) - Sets a base path for all API Gateway endpoints in a Component.
30-
* [Test](https://github.com/arabold/serverless-test-plugin) - A Simple Integration Test Framework for Serverless.
31-
* [SNS Subscribe](https://github.com/martinlindenberg/serverless-plugin-sns) - This plugin easily subscribes your lambda functions to SNS notifications.
32-
* [JSHint](https://github.com/joostfarla/serverless-jshint-plugin) - Detect errors and potential problems in your Lambda functions.
33-
* [ESLint](https://github.com/nishantjain91/serverless-eslint-plugin) - Detect errors and potential problems in your Lambda functions using eslint.
34-
* [Mocha](https://github.com/SC5/serverless-mocha-plugin) - Enable test driven development by creating test cases when creating new functions
35-
* [Function-Package](https://github.com/HyperBrain/serverless-package-plugin) - Package your lambdas without deploying to AWS.
36-
* [Sentry](https://github.com/arabold/serverless-sentry-plugin) - Automatically send errors and exceptions to [Sentry](https://getsentry.com).
37-
* [Auto-Prune](https://github.com/arabold/serverless-autoprune-plugin) - Delete old AWS Lambda versions.
38-
* [Serverless Secrets](https://github.com/trek10inc/serverless-secrets) - Easily encrypt and decrypt secrets in your Serverless projects
39-
* [Serverless DynamoDB Local](https://github.com/99xt/serverless-dynamodb-local) - Simulate DynamoDB instance locally.
40-
* [Serverless Dependency Install](https://github.com/99xt/serverless-dependency-install) - Manage node, serverless dependencies easily within the project.
41-
* [Serverless Header Function](https://github.com/blackevil245/serverless-header-function) - Automatically run a javascript script on every Serverless action hooks.
20+
21+
Serverless is composed of Plugins. A group of default Plugins ship with the Framework, and here are some others you can add to improve/help your workflow:
22+
23+
- [Meta Sync](https://github.com/serverless/serverless-meta-sync) - Securely sync your the variables in your project's `_meta/variables` across your team.
24+
- [Hook Scripts](https://github.com/kennu/serverless-plugin-hookscripts) - Easily create shell script hooks that are run whenever Serverless actions are executed.
25+
- [CORS](https://github.com/joostfarla/serverless-cors-plugin) - Adds support for CORS (Cross-origin resource sharing).
26+
- [Serve](https://github.com/Nopik/serverless-serve) - Simulate API Gateway locally, so all function calls can be run via localhost.
27+
- [Webpack](https://github.com/asprouse/serverless-webpack-plugin) - Use Webpack to optimize your Serverless Node.js Functions.
28+
- [Serverless Client](https://github.com/serverless/serverless-client-s3) - Deploy and config a web client for your Serverless project to S3.
29+
- [Alerting](https://github.com/martinlindenberg/serverless-plugin-alerting) - This Plugin adds Cloudwatch Alarms with SNS notifications for your Lambda functions.
30+
- [Optimizer](https://github.com/serverless/serverless-optimizer-plugin) - Optimizes your code for performance in Lambda. Supports coffeeify, babelify and other transforms
31+
- [CloudFormation Validator](https://github.com/tmilewski/serverless-resources-validation-plugin) - Adds support for validating your CloudFormation template.
32+
- [Prune](https://github.com/Nopik/serverless-lambda-prune-plugin) - Delete old versions of AWS lambdas from your account so that you don't exceed the code storage limit.
33+
- [Base-Path](https://github.com/daffinity/serverless-base-path-plugin) - Sets a base path for all API Gateway endpoints in a Component.
34+
- [Test](https://github.com/arabold/serverless-test-plugin) - A Simple Integration Test Framework for Serverless.
35+
- [SNS Subscribe](https://github.com/martinlindenberg/serverless-plugin-sns) - This plugin easily subscribes your lambda functions to SNS notifications.
36+
- [JSHint](https://github.com/joostfarla/serverless-jshint-plugin) - Detect errors and potential problems in your Lambda functions.
37+
- [ESLint](https://github.com/nishantjain91/serverless-eslint-plugin) - Detect errors and potential problems in your Lambda functions using eslint.
38+
- [Mocha](https://github.com/SC5/serverless-mocha-plugin) - Enable test driven development by creating test cases when creating new functions
39+
- [Function-Package](https://github.com/HyperBrain/serverless-package-plugin) - Package your lambdas without deploying to AWS.
40+
- [Sentry](https://github.com/arabold/serverless-sentry-plugin) - Automatically send errors and exceptions to [Sentry](https://getsentry.com).
41+
- [Auto-Prune](https://github.com/arabold/serverless-autoprune-plugin) - Delete old AWS Lambda versions.
42+
- [Serverless Secrets](https://github.com/trek10inc/serverless-secrets) - Easily encrypt and decrypt secrets in your Serverless projects
43+
- [Serverless DynamoDB Local](https://github.com/99xt/serverless-dynamodb-local) - Simulate DynamoDB instance locally.
44+
- [Serverless Dependency Install](https://github.com/99xt/serverless-dependency-install) - Manage node, serverless dependencies easily within the project.
45+
- [Serverless Header Function](https://github.com/blackevil245/serverless-header-function) - Automatically run a javascript script on every Serverless action hooks.

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [Feature/support external websocket api](https://github.com/serverless/serverless/pull/6272)
2424

2525
## Meta
26+
2627
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.1...v1.46.0)
2728

2829
# 1.45.1 (2019-06-12)
@@ -31,8 +32,8 @@
3132
- [Fix Travis CI deploy config](https://github.com/serverless/serverless/pull/6234)
3233

3334
## Meta
34-
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.0...v1.45.1)
3535

36+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.0...v1.45.1)
3637

3738
# 1.45.0 (2019-06-12)
3839

@@ -56,16 +57,16 @@
5657
- [Update Scala version to 2.13.0 for aws-scala-sbt template](https://github.com/serverless/serverless/pull/6222)
5758

5859
## Meta
59-
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.1...v1.45.0)
6060

61+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.1...v1.45.0)
6162

6263
# 1.44.1 (2019-05-28)
6364

6465
- [Fix enterprise plugin lookup in global yarn installs](https://github.com/serverless/serverless/pull/6183)
6566

6667
## Meta
67-
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.0...v1.44.1)
6868

69+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.0...v1.44.1)
6970

7071
# 1.44.0 (2019-05-28)
7172

@@ -80,8 +81,8 @@
8081
- [Upgrade mocha, switch from istanbul to nyc, improve tests configuration](https://github.com/serverless/serverless/pull/6169)
8182

8283
## Meta
83-
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.43.0...v1.44.0)
8484

85+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.43.0...v1.44.0)
8586

8687
# 1.43.0 (2019-05-20)
8788

@@ -92,6 +93,7 @@
9293
- [Fix tests setup issues](https://github.com/serverless/serverless/pull/6147)
9394

9495
## Meta
96+
9597
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.3...v1.43.0)
9698

9799
# 1.42.3 (2019-05-14)
@@ -107,7 +109,8 @@
107109
- [Improve handling of custom API Gateway options](https://github.com/serverless/serverless/pull/6129)
108110

109111
## Meta
110-
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.2...v1.42.3)
112+
113+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.2...v1.42.3)
111114

112115
# 1.42.2 (2019-05-10)
113116

CODE_OF_CONDUCT.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
3030
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
31+
- Other conduct which could reasonably be considered inappropriate in a
3232
professional setting
3333

3434
## Our Responsibilities

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ During development, you can easily check coverage by running `npm test`, then op
6464

6565
Please follow these Testing guidelines when writing your unit tests:
6666

67-
- Include a top-level `describe('ClassName')` block, with the name of the class you are testing
68-
- Inside that top-level `describe()` block, create another `describe('#methodOne()')` block for each class method you might create or modify
69-
- For each method, include an `it('should do something')` test case for each logical edge case in your changes
70-
- As you write tests, check the code coverage and make sure all lines of code are covered. If not, just add more test cases until everything is covered
71-
- For reference and inspiration, please check our `tests` directory
67+
- Include a top-level `describe('ClassName')` block, with the name of the class you are testing
68+
- Inside that top-level `describe()` block, create another `describe('#methodOne()')` block for each class method you might create or modify
69+
- For each method, include an `it('should do something')` test case for each logical edge case in your changes
70+
- As you write tests, check the code coverage and make sure all lines of code are covered. If not, just add more test cases until everything is covered
71+
- For reference and inspiration, please check our `tests` directory
7272

7373
## Testing templates
7474

0 commit comments

Comments
 (0)