tyingq

Results 2 comments of tyingq

Maybe try without the mime type on Ubuntu 18.x? Imagemagick can autodetect it: ` convert 'inline:data:;base64,UDUKMSAxMyAyNTUKSGVsbG8gd29ybGQhCg==' gray:hello`

Adding this to serverless.yml is working in serverless v3.x for me: ``` resources: - extensions: CustomDashresourceDashexistingDashs3LambdaFunction: Properties: Runtime: nodejs20.x ```