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....
This patch allows script files to be picked up from a classpath resource by specifying a package to scan, rather than requiring scripts to be extracted into a directory. It...
Hi I've been using dbdeploy at work, and I found I needed to be able to create the changelog table. I see from the open issues that there are a...
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...