In this chapter we will define a new construct called HitCounter. This construct can be attached to any Lambda function that’s used as an API Gateway backend, and it will count how many requests were issued to each URL path. It will store this in a DynamoDB table.
See Also
'AWS > CDK' 카테고리의 다른 글
[AWS CDK] HIT COUNTER HANDLER (0) | 2022.03.29 |
---|---|
[AWS CDK] DEFINE THE HITCOUNTER API (0) | 2022.03.29 |
[AWS CDK] API GATEWAY (0) | 2022.03.29 |
[AWS CDK] CDK WATCH (0) | 2022.03.29 |
[AWS Lambda] Basic Lambda Installation and Use (0) | 2022.03.29 |