Creates a CloudFront function.
See https://paws-r.github.io/docs/cloudfront/create_function.html for full documentation.
cloudfront_create_function(Name, FunctionConfig, FunctionCode)
[required] A name to identify the function.
[required] Configuration information about the function, including an optional comment and the function’s runtime.
[required] The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.