I currently have written code for creating a signed URL for one file via CloudFront but I want to pass the function an array of filenames and create pre-signed URLs for the said files without having to send multiple calls to AWS cloudfront service.
I currently have written code for creating a signed URL for one file via CloudFront but I want to pass the function an array of filenames and create pre-signed URLs for the said files without having to send multiple calls to AWS cloudfront service.