Brett

Results 11 issues of Brett

This one is pretty basic, but I must be missing something in how people are using this. Part shouldn't be a required field if you're supplying `--new-version`. It doesn't make...

bug
help wanted

I saw issues #43 and #11, however this seems to be different. * terminalizer --version = 0.7.2 * osx: 10.15.5 * terminal: iterm2, & terminal * shells: bash, zsh I...

This sounds a bit nit picky but we ran into this today when trying to deploy a stack. The problem is that we are deploying to an account where we're...

There are two ways of resolving ssm parameters (as long as it isn't a secure parameter): 1. `ssm.StringParameter.valueForStringParameter` 2. `ssm.StringParameter.fromStringParameterAttributes` They behave differently, but according to the documentation I would...

bug
p1
effort/small
@aws-cdk/aws-ssm

It doesn't seem like there's a way to configure 2-way SSL / mutal TLS connections to the destination. I was hoping to use this to verify the identity of client...

question

TL;DR: there's some counter intuitive things with this plugin. One is that it creates an alias with the same name as the stage. (i see the docs on why this...

## Expected behaviour: serverless.yaml ``` functions: mainskill: handler: index.handler events: - alexaSkill: appId: amzn1.ask.skill. https://serverless.com/framework/docs/providers/aws/guide/variables#current-variable-sources ``` deployed with: ``` serverless deploy --stage main --alias PROD1 -v ``` To result in...

Great module but it's hardcoded to PyPi. This means it doesn't respect the `links` and `link-url` settings in `~/.config/pip/pip.conf`. It would be nice to have this feature!

Great to see this library. I was looking for some typescript type definitions for the webhook events and was hoping this might be where I'd find it. I'm not sure...

I was hoping to use this to check the latest version of a package behind our corporate firewall. XML_RPC_SERVER is hardcoded. It would be nice to support pip.conf and other...

enhancement
help wanted