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
- cognito
- JavaScript
- CloudFormation
- Custom Resource
- AWS
- Site-to-Site VPN
- 자바스크립트
- 옵셔널 체이닝
- optional chaining
- grafana
- On-Premise
- 구조분해 할당
- VPC
- null 병합 연산자
- transit gateway
- 단축 평가
- 비구조화 할당
- docker
- 온프레미스
- vgw
- Proxy Resource
- Await
- docker swarm
- prometheus
- Endpoints
- api gateway
- Service
- elasticsearch
- DynamoDB
- Kubernetes
Archives
- Today
- Total
목록Proxy Resource (1)
만자의 개발일지

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