Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2021-05-13 06:07:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8190b8eb6c96c8bc0e1425446d4c70bcec1934dc
8190b8eb
1 parent
495ffa58
api docs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
lambda/readme.md
lambda/readme.md
0 → 100644
View file @
8190b8e
# AWS Lambda API
[
https://9davbjzey4.execute-api.ap-northeast-2.amazonaws.com
](
https://9davbjzey4.execute-api.ap-northeast-2.amazonaws.com
)
## gif upload
### request
-
endpoint : /
-
Method : POST
-
Content-Type : multipart/form-data
-
Body : gif=
<file>
### response
-
200 : { id:
<id>
}
-
400 : no gif
-
500 : server error
## gif download
### request
-
endpoint : /
-
Method : GET
-
QueryString : id=
<id>
### response
-
200 : Content-type:image/gif
-
400 : no id
-
404 : not found
-
500 : server error
\ No newline at end of file
Please
register
or
login
to post a comment