Ersel Aker

Results 20 comments of Ersel Aker

My pleasure, thanks for your interest @2hands10fingers I have opened a new issue where I would be happy to accept PRs -- see #22

Hi @serbayAca , a local file might work actually. What would we use it for though? We can try a minimal feature as a proof of concept.

Thanks @serbayAca , let me know if you need any help.

I have done this recently for Nodejs v20 and arm chipset. You can download the layer.zip from the archive here. https://github.com/CyprusCodes/imagemagick-aws-lambda-2/tree/master/archive

@johnpc upload the file as a Lambda Layer using the AWS dashboard

is this even possible to automate? https://forums.developer.apple.com/forums/thread/722733?page=2 I found this rabbit hole on apple developer forums but looks like the relevant endpoints are poorly documented.

I have recently compiled one for arm architecture, you can find it here https://github.com/CyprusCodes/imagemagick-aws-lambda-2/tree/master/archive

I think having a `downloads` folder helps to investigate what the agent is doing at a glance. If they were able to download to anywhere in the filesystem things could...

I run into a similar problem. I had to create the IAM instance profile manually using the command line and associate it with the necessary role. ``` aws iam create-instance-profile...