We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eb383 commit ec1edafCopy full SHA for ec1edaf
.gitignore
@@ -1,3 +1,3 @@
1
node_modules
2
-.serverless
3
-serverless.yml
+serverless.yml
README.md
@@ -6,7 +6,7 @@ Use AWS S3 and a scheduled Lambda.
6
7
## Usage
8
9
-1. Copy `.serverless.example` and rename it `.serverless` and fill the config variables.
+1. Copy `serverless.yml.example` and rename it `serverless.yml` and fill the config variables.
10
11
2. Install [Serverless Framework](https://github.com/serverless/serverless)
12
```
.serverless.example serverless.yml.example.serverless.example renamed to serverless.yml.example
0 commit comments