Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 온프레미스
- elasticsearch
- Proxy Resource
- JavaScript
- 자바스크립트
- 구조분해 할당
- Kubernetes
- 비구조화 할당
- null 병합 연산자
- grafana
- transit gateway
- DynamoDB
- Site-to-Site VPN
- On-Premise
- Custom Resource
- CloudFormation
- Service
- docker
- Endpoints
- 옵셔널 체이닝
- prometheus
- docker swarm
- optional chaining
- cognito
- vgw
- AWS
- 단축 평가
- Await
- api gateway
- VPC
Archives
- Today
- Total
목록Proxy Resource (1)
만자의 개발일지
[AWS] API Gateway Proxy Resource 사용하기
Proxy Resource 사용하기 API Gateway를 작업하다 보면 여러개의 경로(Resource) 및 다양한 종류의 HTTP 메소드로 들어온 요청을 하나의 람다함수로 보내야 하는 경우가 있는데 이 경우 각 경로마다 람다함수를 지정하게되면 여간 번거로운 일이 아닐 것입니다. API Gateway에서는 이 경우에 Proxy Resource와 Custom Resource 기능(템플릿 경로 변수, templated path variables)을 제공하는데 두 기능의 차이점은 Proxy Resource는 해당 경로 계층을 따라 모든 경로를 참조할 수 있지만 Custom Resource는 특정 경로의 리소스만 참조할 수 있습니다. 이번 포스팅에서는 Proxy Resource를 사용하여 Proxy Resour..
AWS
2022. 5. 18. 10:55