Jukka Palomäki
Jukka Palomäki
Adds a new optional input `ec2-launch-template`, which refers to an existing EC2 launch template **by name** (human-readable, unlike a template ID). An EC2 launch template can be used to define...
Hello, I.e. is it possible send a `204 No Content` response without specifying an empty body? ~I currently emit 204 No Content like [this](https://github.com/jpalomaki/nim-app/blob/main/src/app.nim#L8), for a simple health check endpoint.~...
### Abstract Provide an [official docker image](https://docs.docker.com/docker-hub/official_images/) for Nim, similar to [Rust](https://hub.docker.com/_/rust) or [Python](https://hub.docker.com/_/python) ### Motivation An official image could, in part, help developers adopt Nim. - Container images are...