(cloudfront): support gRPC config for distribution #32534
Labels
@aws-cdk/aws-cloudfront
Related to Amazon CloudFront
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
CloudFormation supports
GrpcConfig
property to enable gRPC inCacheBehavior
andDefaultCacheBehavior
.https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-grpcconfig.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html
So it would be good to enable gRPC for CloudFront Distribution using L2.
Use Case
Amazon CloudFront supports gRPC, an open-source remote procedure call (RPC) framework built on HTTP/2. gRPC offers bi-directional streaming and binary protocol that buffers payloads, making it suitable for applications that require low latency communications.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-using-grpc.html
Proposed Solution
Add the property like
enableGrpc
for behavior option.Other Information
No response
Acknowledgements
CDK version used
2.173.1
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: