cloudfront_publish_function {paws.networking} | R Documentation |
Publishes a CloudFront function by copying the function code from the DEVELOPMENT stage to LIVE
Description
Publishes a CloudFront function by copying the function code from the DEVELOPMENT
stage to LIVE
. This automatically updates all cache behaviors that are using this function to use the newly published copy in the LIVE
stage.
See https://www.paws-r-sdk.com/docs/cloudfront_publish_function/ for full documentation.
Usage
cloudfront_publish_function(Name, IfMatch)
Arguments
Name |
[required] The name of the function that you are publishing. |
IfMatch |
[required] The current version ( |
[Package paws.networking version 0.7.0 Index]