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 | 31 |
Tags
- grafana
- Custom Resource
- optional chaining
- JavaScript
- docker
- 단축 평가
- On-Premise
- 옵셔널 체이닝
- 비구조화 할당
- Proxy Resource
- Service
- elasticsearch
- DynamoDB
- cognito
- CloudFormation
- Kubernetes
- vgw
- transit gateway
- VPC
- null 병합 연산자
- Endpoints
- AWS
- api gateway
- 자바스크립트
- docker swarm
- prometheus
- 구조분해 할당
- 온프레미스
- Await
- Site-to-Site VPN
Archives
- Today
- Total
목록Custom Resource (1)
만자의 개발일지
[AWS] API Gateway Custom Resource 사용하기
Custom Resource 사용하기 API Gateway에서 제공하는 템플릿 변수 기능에는 Proxy Resource와 Custom Resource 기능이 있습니다. 두 기능의 차이점을 간략하게 설명하자면 Proxy Resource는 해당 경로 계층을 따라 모든 리소스를 참조하고 Custom Resource는 특정 경로의 리소스만 참조할 수 있습니다. 따라서 Proxy Resource는 하위 리소스를 가질 수 없지만 Custom Resource는 하위 리소스를 가질 수 있다는 차이점이 있습니다. 이번 포스팅에서는 Custom Resource를 사용하여 Custom Resource로 들어오는 모든 경로 및 HTTP 메소드를 하나의 람다함수로 연결하는 실습을 진행해 보도록 하겠습니다. API Gateway..
AWS
2022. 5. 19. 17:05