Jonathan
Jonathan
Would you be willing to accept a pullreq for adding functionality to allow either a signed or an unsigned number to be "packed"? There are cases where one would want...
Is there any way we can change the agent config while the server is running?
Has anyone considered adding a semantic version scalar to this library? Love all the scalar options available and think a semantic version scalar as outlined in https://semver.org/ would be great....
I try and specify environment variables in the deploy call as such: ``` envVar = Dict{String,String}( "VAR1" => "HELLO" ) AWSLambda.@deploy [ :env => envVar, :MemorySize => 1024, :Timeout =>...