cloudfront_publish_function: Publishes a CloudFront function by copying the function code...

View source: R/cloudfront_operations.R

cloudfront_publish_functionR 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 (ETag value) of the function that you are publishing, which you can get using describe_function.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.