File tree Expand file tree Collapse file tree 2 files changed +1272
-7
lines changed Expand file tree Collapse file tree 2 files changed +1272
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Lambda Image Manager
2
2
3
- Lambda Image Manager is AWS Lambda function that store, get, manipulate images in AWS S3.
3
+ Lambda Image Manager is AWS Lambda function that store, get, manipulate images in AWS S3.
4
4
5
- If you are using Cloudinary or Imgix like service just for resizing or basic image manipulation, maybe you don't need them anymore.
5
+ If you are using Cloudinary or Imgix like service just for resizing or basic image manipulation, maybe you don't need them anymore.
6
6
7
7
## Before Start
8
8
9
- If you aren't used to [ Serverless] ( https://serverless.com/ ) or AWS Lambda, I highly recommend that read Serverless docs first.
9
+ If you aren't used to [ Serverless] ( https://serverless.com/ ) or AWS Lambda, I highly recommend that read Serverless docs first.
10
10
11
11
Remember! AWS provides free tier amount, but this whole service is not ** FREE** .
12
12
13
13
### Todo List
14
- * Add DynamoDB logic.
14
+ * Add DynamoDB logic.
15
15
16
16
### Prerequisites
17
17
18
- - Make empty AWS S3 bucket for image file store.
18
+ - Make empty AWS S3 bucket for image file store.
19
19
~~ - Make and set AWS DynamoDB for cache.~~ (Not supported yet)
20
20
21
21
### Installing
@@ -26,7 +26,7 @@ cd lambda-image-manager
26
26
npm install
27
27
```
28
28
29
- And set production environment.
29
+ And set production environment.
30
30
(If you want to stage or other)
31
31
32
32
```
76
76
77
77
## Authors
78
78
79
- * ** breath103** - * Tech lead & Initial idea maker*
80
79
* ** Tylor Shin** - * Project Manager* - [ TylorShin] ( https://github.com/TylorShin )
80
+ * ** breath103** - * Tech lead & Initial idea maker* - [ breath103] ( https://github.com/breath103 )
81
81
82
82
## License
83
83
You can’t perform that action at this time.
0 commit comments