Closed eimantas closed 1 year ago
Hi,
Unfortunately, I have no experience with running this code on AWS Lambda. Does it work if you run locally with the certificates?
This might be a compatibility issues. I know that, for example, the signing code won't work on Mono. Perhaps this is a similar scenario?
Decided to move away from lambda for now, so can't provide more info on this.
I'm trying to deploy an AWS Lambda function that creates passes for me. However when testing a function with sample input I always get the following exception:
I got to it gradually by trial and error as provided runtime for AWS Lambda is rather constrained. I turned off trimming for Passbook.Generator assembly and checked whether all the data (certificates) is actually there as they are fetched from S3. All data is there and it seems that only the signing fails. I am actually stumped now as I am not very well versed in all things cryptography. I'd appreciate any pointers.
FWIW — I've used the flags described in
README.md
in case of cloud signing woes. No luck :(