We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc644a commit 654e80fCopy full SHA for 654e80f
README.md
@@ -91,31 +91,6 @@ Lambda Authorizer는 `serverless framework`를 사용하여 배포하며, 프론
91
Authorization: Bearer {TOKEN}
92
```
93
94
-
95
-## Testing
96
-이 함수를 테스트하기 위해서는 example 파일을 참조하여 주시기 바랍니다.
97
98
-example 경로에서 `serverless deploy`로 테스트 환경을 빠르게 구축할 수 있습니다.
99
100
-<br>
101
102
-### 토큰 발행을 위한 요청
103
-`/POST`
104
-```
105
- # payload
106
- {
107
- "loginname": "김코딩",
108
- "password": "1234"
109
- }
110
111
112
-### 권한부여자 동작 확인
113
-`/GET`
114
115
- # header
116
- Authorization: Bearer {TOKEN}
117
118
119
## Cleanup
120
121
Delete the stack
0 commit comments