Skip to content

Commit 9fcf01f

Browse files
committed
Added breath103's github profile link
1 parent b7a6ba3 commit 9fcf01f

File tree

2 files changed

+1272
-7
lines changed

2 files changed

+1272
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Lambda Image Manager
22

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.
44

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.
66

77
## Before Start
88

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.
1010

1111
Remember! AWS provides free tier amount, but this whole service is not **FREE**.
1212

1313
### Todo List
14-
* Add DynamoDB logic.
14+
* Add DynamoDB logic.
1515

1616
### Prerequisites
1717

18-
- Make empty AWS S3 bucket for image file store.
18+
- Make empty AWS S3 bucket for image file store.
1919
~~- Make and set AWS DynamoDB for cache.~~(Not supported yet)
2020

2121
### Installing
@@ -26,7 +26,7 @@ cd lambda-image-manager
2626
npm install
2727
```
2828

29-
And set production environment.
29+
And set production environment.
3030
(If you want to stage or other)
3131

3232
```
@@ -76,8 +76,8 @@ WIP
7676

7777
## Authors
7878

79-
* **breath103** - *Tech lead & Initial idea maker*
8079
* **Tylor Shin** - *Project Manager* - [TylorShin](https://github.com/TylorShin)
80+
* **breath103** - *Tech lead & Initial idea maker* - [breath103](https://github.com/breath103)
8181

8282
## License
8383

0 commit comments

Comments
 (0)