Pahud Hsieh

Results 356 comments of Pahud Hsieh

Hi @michael-trinity, Thank you for reporting this issue. You've encountered a well-known architectural limitation where AWS CloudFormation has a hard limit of 500 resources per stack operation, and your application...

This PR is currently blocked by this: >❌ Fixes must contain a change to an integration test file and the resulting snapshot. You will need to add/update integ test to...

Yap we could include that in the facts table. That would be amazing! Welcome the pull requests.

Hi @dreamorosi >our Lambda layer are public and available in the Lambda console, similar to the ones mentioned in the OP. Is there any recommended approach to generate the ARN...

## Current vs Expected Behavior ``` Current Behavior: ┌─────────────────────────────────────────────────────────────┐ │ First Start: 101 Tables Defined in Schema │ └─────────────────────────────────────────────────────────────┘ | v ┌───────────────────────┐ │ listTables() call │ └───────────────────────┘ | v ┌───────────────────────┐...

Thank you for bringing this up to our attention. ### Problem Amplify CLI's @searchable directive generates OpenSearch domains with TLS policy Policy-Min-TLS-1-0-2019-07, which supports deprecated TLS 1.0/1.1. AWS is ending...

Hi @RoyalBis, The error indicates that when CloudFormation attempts to delete the `LambdaLayerPermissionPrivate` resource, it requires the `lambda:GetLayerVersionPolicy` permission to check the current state of the layer version policy. This...

Hi, I am adding my investigation here for further reference but it might be incorrect. We'll need the team for further review. ## Root Cause Analysis The error occurs in...

Hi @shazi7804, Thank you for reporting this issue. `AL2023_ARM_64_NVIDIA` AMI type support is missing from the CDK, even though it's available in the AWS EKS API. I can confirm that:...

[addCdk8sChart()](https://github.com/aws/aws-cdk/blob/8e89ed3d341c30afe54158a91be0820175246bcd/packages/aws-cdk-lib/aws-eks/lib/cluster.ts#L214) comes with [KubernetesManifestOptions](https://github.com/aws/aws-cdk/blob/8e89ed3d341c30afe54158a91be0820175246bcd/packages/aws-cdk-lib/aws-eks/lib/k8s-manifest.ts#L12-L61). We need to add this new option for that before we are allowed to use it. I am making it a p2 feature request and we...