faassh icon indicating copy to clipboard operation
faassh copied to clipboard

simple go SSH server with reverse tunneling designed for running in cloud functions like AWS lambda

Results 2 faassh issues
Sort by recently updated
recently updated
newest added

Running `sam package` or `sam deploy` threw the same error: ```sh Error: Unable to upload artifact ../../layer referenced by ContentUri parameter of FaasshLayer resource. Parameter ContentUri of resource FaasshLayer refers...

`./main.go:64: unknown field 'Timeout' in struct literal of type ssh.ClientConfig` I'm no Go expert, so I'm of limited help here; it appears that there's a Timeout option to ssh.ClientConfig as...