API gateway integration with DynamoDB

Got inspired by this and wanted to expose DynamoDB crud operation through API gateway. Didn’t find any example/reference for “aws_apigatewayv2_api”. I was looking DynamoDB integration reference similar to Lambda Integration. Don’t know if it supported or not. The closest one I got is this which uses `aws_api_gateway_rest_api’ I am looking for aws_apigatewayv2_api. Any info would be highly appreciated.