Sam Stephens
Sam Stephens
Tagging @drduhe because that's the only AWS related account I can see contributing to this repository. There has been no response to issues against this repository for months, including [what...
The creds attribute of [IImageName](https://github.com/cdklabs/cdk-ecr-deployment/blob/a4c8cdadb90270f352436a8cb3036f8c301b7a07/API.md#cdk-ecr-deployment-iimagename) is used to [look up secrets to provide credentials](https://github.com/cdklabs/cdk-ecr-deployment/blob/c74aaa4b254b26b7b0dacf3b1709ecc1a0df7749/lambda/main.go#L56) is undocumented and confusing at first use. I note that they are documented in [the actual...
When I tried to run the Sample file as per README.md, `NO_PREBUILT_LAMBDA=1 npx cdk deploy -a "npx ts-node -P tsconfig.dev.json --prefer-ts-exts test/example.ecr-deployment.ts"`, I got errors about missing dependencies. This is...
It appears from https://github.com/aws/aws-cdk/issues/12597 that [cdk-docker-image-deployment](https://github.com/cdklabs/cdk-docker-image-deployment) is now the CDK blessed way to allow users to publish docker image assets to arbitrary ECR repositories. As there's significant overlap between that...
**Describe your bug** Install instructions for all platforms are similar to these for Ubuntu: ``` curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\ sudo apt-get install -y nodejs ```...
### Is your feature request related to a problem? I'd like to be able to remove a specific query parameter. Given an URL like `https://domain-name.com/path?param1=value1¶m2=value2¶m3=value3`, I'd like to be able...
The version of googlephonefix at http://splitbrain.github.com/googlephonefix/ shows the following message when you log in. > This website is using an older Google authentication API that is no longer supported. >...
I had thought that the README.md points us at action.yml as an example of how to use this action. It took me some time to realize that action.yml is the...
### 🚀 Feature Request I'd like a simple method to allow me to scroll my browser page to the bottom. Something like ``` page.scroll_to_bottom() ``` Or maybe ``` page.scroll_to('bottom') ```...
I've used the `logGroup` parameter of `Container` to consumer awslogs for a Service. Within that logGroup, the logStreams are named in the format `/[ServiceConstructId]/app/[FargateTaskId]`. I would like my Cloudwatch Agent...