Waldemar Hummer

Results 12 issues of Waldemar Hummer

First of all, huge thanks for providing this fantastic library! 🙌 We've discovered a small issue with type declarations and transitive class inheritance. If we use this sample code: ```...

enhancement

We need to set up a proper pipeline, to build and push the latest version of the Docker images on green master builds.

enhancement
CI/CD

Seems like CDK is caching values in `cdk.context.json` that are not always updated on `cdk bootstrap` or `cdk deploy`. For example, just ran into a case where `cdk.context.json` contained cached...

awaiting-response

The `sls remove` command seems to be failing under certain circumstances - see #33 ┆Issue is synchronized with this [Jira Task](https://localstack.atlassian.net/browse/LOC-32) by [Unito](https://www.unito.io/learn-more)

waiting-upstream-release
should-be-fixed

Copied from: https://github.com/localstack/localstack/issues/855 Koalk - - - Can't seem to create tickets on the new project, feel free to copy this into it once issues are enabled on it. I...

bug
needs-triaging

## Motivation In a support channel, we've seen error stack trace related to SSL verification when connecting to the analytics service (can happen if the user is behind a corporate...

semver: patch

Thanks for publishing this useful library! After staying connected for some time, the SQS polling fails with: ``` ExpiredToken: The security token included in the request is expired ``` In...

This PR adds a `basicAuth` config attribute for more fine-grained configuration. See new entry in the README: > For more fine-grained control over which functions are enabled for basic auth,...

Add ability to specify custom `host`/`port` for Snowflake connections. **Motivation:** At LocalStack, we have recently started building a Snowflake emulator that allows running SF queries entirely on the local machine:...

Add `identityPoolEndpoint` config to allow using a custom `CognitoIdentity` endpoint. #### Motivation We already have the ability to specify a custom endpoint for `CognitoIdentityProvider`, which was added by @jimblanc in...

feature-request
Auth