Could getCloudService() be useful for services oth...
# cfml-general
m
Could getCloudService() be useful for services other than those configured in the CF admin? This is my first go with trying to do anything with AWS via CF. I need to programmatically run CreateInvalidation on an AWS CloudFront service and was hoping I could at least poach some of the v4 signature methods being used to sign the requests. Considering how scant support/documentation for using Lambda with this function is, I figured there might be something available I’m not finding on the user guide (which is a lot unfortunately)
To clarify, I meant to say those listed in CF admin, not ‘those configured in cf admin’.. Lambda is not listed, but supported. I’m aware of the option of passing credentials/config directly through the function call.
p
Check out this repo in the COM folder for v4 signature code; https://github.com/jcberquist/aws-cfml
🙏 1
m
That looks just like what I need. Thanks!
p
np 👍🏻