Skip to content

Commit ec1edaf

Browse files
committed
change serverless file to yml
1 parent b1eb383 commit ec1edaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
2-
.serverless
3-
serverless.yml
2+
serverless.yml
3+
serverless.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use AWS S3 and a scheduled Lambda.
66

77
## Usage
88

9-
1. Copy `.serverless.example` and rename it `.serverless` and fill the config variables.
9+
1. Copy `serverless.yml.example` and rename it `serverless.yml` and fill the config variables.
1010

1111
2. Install [Serverless Framework](https://github.com/serverless/serverless)
1212
```

0 commit comments

Comments
 (0)