AWS/CDK
[AWS CDK] Writing Constructs
brightlightkim
2022. 3. 29. 05:21
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.