Function
Provides a CloudFront Function resource. With CloudFront Functions in Amazon CloudFront, you can write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations. See CloudFront Functions
NOTE: You cannot delete a function if it’s associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
Example Usage
Import
Using pulumi import
, import CloudFront Functions using the name
. For example:
$ pulumi import aws:cloudfront/function:Function test my_test_function
Content copied to clipboard
Properties
Link copied to clipboard
List of aws.cloudfront.KeyValueStore
ARNs to be associated to the function. AWS limits associations to on key value store per function.
Link copied to clipboard
ETag hash of any LIVE
stage of the function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard