Open wzard opened 6 years ago
Hi @wzard,
Thanks for trying this out.
The AWSLambda.jl module is part-way though some update work at present.
I think you'll need to do julia> Pkg.checkout("AWSLambda", "master")
do get the latest version.
Note: I'm going through the process of checking that everything works with Julia 0.6.3 today and tomorrow, so if it doesn't work for you right away. Check back in a couple of days.
Cheers,
Sam
Thanks @samoconnor . I actually used boto3 from python for the Lambda service. I have forked your repo and modified. Thanks for the good work.
I am following the instructions in a EC2 server using Julia 0.6.3. AWSLambda module is not working on the server.
The following error happens at the test function in the module.