Alan Raison
Alan Raison
Since CDK versions often introduce changes, the versions of the CDK should be exactly specified in the package dependencies. This is how other CDK libraries (e.g. CDK Patterns https://github.com/cdk-patterns/serverless/blob/main/the-basic-mq/typescript/package.json) work.
When running `cdkdx upgrade-cdk`, ensure that the cdk version is pinned rather than flexible. Fixes #75
There is currently no way to lookup the IP of an AWS-managed Prefix List (i.e. those for S3 and DynamoDB). ### Use Case In order to use an S3 or...
### Terraform CLI and Provider Versions Terraform v1.1.9 on darwin_arm64 ### Use Cases or Problem Statement When trying to configure an OIDC provider, I needed a [particular checksum ](https://github.com/aws/amazon-eks-pod-identity-webhook/blob/0d254eee1537e0745679252ca60f020fa1a461f0/hack/self-hosted/main.go#L19-L33) to...
Resolves #202 I am a little concerned with the long name of this property, though it fits in with the other property names, and also whether the name is accurate....
The code makes heavy reference to SSH keys and configuration. For several backends, it may make sense to connect in other ways (c.f. AWS Session Manager, Google Cloud Identity-Aware Proxy,...
The aws-sdk dependency pulls in a large number of otherwise unnecessary AWS SDKs. Restrict this module's runtime dependency to just aws-sdk-core.
**Describe the solution you'd like** Add a parameter which would automatically add a prefix to the paths of requested secrets in Parameter Store. **What is the added value?** This would...
When using the build task (and possibly others) and supplying `-ldflags` (and presumably also `-asmflags`, `-gccgoflags`, `-gcflags`, `-tags` and `-toolexec`, all of which accept a quoted list of values), the...
### What happened? I tried to install the `up` cli using the published deb package from https://cli.upbound.io/stable/v0.18.0/deb/linux_arm64/up.deb but apt reported an error: ``` # apt install ./up.deb Reading package lists......