Kyle Thomson

Results 24 comments of Kyle Thomson

Did you want to have a go at submitting a pull request for this? Seems like a pretty straightforward fix.

This should actually be pretty straight-forward to implement. We have a language agnostic wrapper (see [`AwsConnectionRunConfigurationExtension`](https://github.com/aws/aws-toolkit-jetbrains/blob/master/jetbrains-core/src/software/aws/toolkits/jetbrains/core/execution/AwsConnectionExtension.kt) ) that does 99% of the functionality that we we just use in the...

And the implementation you create should be wired in the [`ext-go.xml`](https://github.com/aws/aws-toolkit-jetbrains/blob/master/jetbrains-ultimate/resources/META-INF/ext-go.xml) - this means it will only be loaded if the required go-plugin dependency is present (e.g. you're running IntelliJ...

@jpcaptain the JetBrains toolkit doesn't (yet) have first-class support for API Gateway fronted SAM applications. I don't know Flask deeply but looking at the route's it would suggest to me...

This startUrl doesn't look like an AWS SSO start URL, URL's should be in format `https://your_subdomain.awsapps.com/start` (see docs here: https://docs.aws.amazon.com/singlesignon/latest/userguide/howtochangeURL.html)

Thank you for the feedback - what do you mean by query item lists?

@uddinayazsk would like to understand a bit more about the problem you're seeing, are you saying you have a beanstalk project already - or was it a project you created...

What version of SAM do you have? Can you run `sam --version` locally?