You must be logged in to view saved presets
Configuration template to deploy a CloudFront function. CloudFront functions are lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
CloudFrontFunction:
Type: 'AWS::CloudFront::Function'
Properties:
Name: ''
AutoPublish: false
FunctionConfig:
Comment: ''
Runtime: cloudfront-js-1.0
FunctionCode:
'Fn::Join':
- ''
- - |+
Parameters: {}
Metadata: {}
Conditions: {}