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...
### Terraform and AWS Provider Version ```console Terraform: v1.13.1 AWS provider: v6.23.0 ``` ### Affected Resource(s) or Data Source(s) * `aws_iam_role_policy_attachment` ### Expected Behavior Apply succeeds ### Actual Behavior Apply...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Implements support for fetching AWS ECS...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Expose ECS (Fargate) [metadata](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4.html), similar to how EC2 metadata is currently [exposed](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html#spring-cloud-aws-imds). **Describe the solution you'd like** Expose...
Hello, Last [release](https://github.com/zalando/problem-spring-web/releases/tag/0.29.1) for this library is over two years old, and there are several dependency upgrades [available](https://github.com/zalando/problem-spring-web/pulls), so I am wondering if this library is still under active development?...