Pahud Hsieh
Pahud Hsieh
Hi @dwchiang Is there any chance to support php5? As I know some customers are still running their workload on PHP5. wdyt?
Does it make any sense to run `mytonctrl` in Docker? Is there any working Dockerfile available for testing? Thanks
### Describe the bug https://github.com/aws/aws-cdk/issues/25358 introduced the major changes for S3 in April 2023 but it's still unclear to customers how to setup a S3 bucket with public access enabled...
- [ ] ship the `sam` cli with amazonlinux https://docs.aws.amazon.com/en_us/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/pahud/cdk-remote-stack/actions/runs/6568098136 ------ *Automatically created by projen via the "upgrade-cdkv1" workflow*
- [ ] to write a CDK sample to provision the refarch - [ ] scope down the AWS Lambda role
If I insert an array like this col:insert({ {photos={"1","2"} } }) I'll get an null element like this { "_id" : ObjectId("536650e213cb857d4ebfd65c"), "photos" : [ null, "1", "2" ] }...
This PR adds an `--optimistic` flag for the `cdk deploy` and `cdk deploy`commands. When this flag is enabled, CDK will monitor the `DetailedStatus`of the stack being deployed or destroyed, and...
### Describe the bug CDK synth is having `Resolution error: All principals in a PolicyStatement must have the same Conditions` by adding a cross-account plicy. ### Expected Behavior synthesize with...
### Background Amazon EKS originally uses `ConfigMap` as its access management and in aws-eks we use AwsAuth to leverage the kubectl from kubectl-lambda-layer to create the AwsAuth configmap for that....