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)
Mike Vierow
03/23/2023, 9:53 PM
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.