AWS CloudFront Server-Timing header #6868
-
Hi there
With the release of the Server Timing headers for CloudFront, when would this be updated for the AWS CLI? When running
I do believe I am on the latest CLIv2 release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @MrBazzieB if I enable Server Timing headers and add |
Beta Was this translation helpful? Give feedback.
Hi @MrBazzieB if I enable Server Timing headers and add
--debug
to that command then I see theServerTimingHeadersConfig
value returned in the logs. I confirmed that is included in the underlying API request syntax. It just has to be modeled upstream by the service team so that the CLI/SDKs can return it in the response. I created an issue here for the Cloudfront team and will share an update when I hear back. Thanks!