Kevin Su

Results 33 issues of Kevin Su

## Overview Would it make sense to add a generic custom pre-processing trait like `@refine(functionId: String | Enum, protocols: List[shapeId])` to the core library? This can signal server stub code...

### Description #### Issue `cdktf-cli` currently uses `@cdktf/node-pty-prebuilt-multiarch` to spawn a child process that runs the Terraform CLI for `deploy` and `destroy` commands ([docs](https://developer.hashicorp.com/terraform/cdktf/cli-reference/cli-configuration#node-gyp-errors)). This is a fork of `node-pty`...

enhancement
new

## Feature Request Support [VM image import](https://docs.aws.amazon.com/imagebuilder/latest/userguide/vm-import-export.html) in CloudFormation. This also requires a few other things: * Allow for distribution-only image pipelines. * The pipeline should have a recipe with...

Proposed

## Feature Request Open source [AWSTOE](https://docs.aws.amazon.com/imagebuilder/latest/userguide/toe-get-started.html). This can let 3rd parties help add support for additional operating systems (e.g. macOS, NixOS, Alpine Linux) either through code contributions or package distribution...

Proposed

## Feature Request Natively support triggering and waiting for an [Auto-Scaling Group (ASG) instance refresh](https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html) when updating an ASG's associated launch template. This should allow configuring ASG instance refresh parameters...

enhancement

## Describe the bug The CloudWatch Agent fails to start if log and trace configurations are omitted. It's assumed at least one of the two exist. ### Details When `config-translator`...

## Issue `start-amazon-cloudwatch-agent` currently: 1. Looks for `/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.json`. 2. Translates it into separate `.toml` (for CloudWatch Logs + Metrics), `.yaml` (for X-Ray + OpenTelemetry), and `.json` (for environment variables) configuration...

## Description Mirroring a similar contribution to shadow-cljs. * Issue: https://github.com/thheller/shadow-cljs/issues/1196 * Pull Request: https://github.com/thheller/shadow-cljs/pull/1193 See the shadow-cljs issue for a more detailed "why". This also adds support for `node_modules`...

Add more IMDS categories. Excluding the EC2 Auto Scaling target lifecycle state (`autoscaling/target-lifecycle-state`) from the feature request since the AWS filter seems to assume that IMDS data is immutable. We...

docs-required

### Is your feature request related to a problem? Please describe. The [AWS Metadata filter](https://docs.fluentbit.io/manual/pipeline/filters/aws-metadata) currently supports a small subset of [IMDS instance metadata categories](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories). ### Describe the solution you'd...