thetumper

Results 26 comments of thetumper

> ```shell > create_sqs_with_dead_drop() { > sqs_name=$1 > max_receive_count=${2:-10} > visibility_timeout=${3:-60} > > # Temp dir deleted on exit > tmpdir=$(mktemp -d /tmp/d.ec2-common.XXXXXXXX) && cd "$dir" || exit 99 >...

Same issue. Looks like yq actually changed this behavior for https://github.com/kislyuk/yq/issues/93. Given that, I was trying to use sed to just strip off the explicit_end line, but as I'm a...

> We can make mapping allowed in discriminator by adding discriminator to strict mode, so it will require either strictDiscriminator: false/"log" or strict: {discriminator: false/"log"} in options to ignore/log it,...

Was hoping that the recent changes (https://github.com/Sceptre/sceptre/pull/1300) may help with ability to pick up a local profile having local endpoints. Created with, e.g.: `aws configure --profile local set dynamodb.endpoint_url http://localstack:4566`...

> @thetumper aren't you missing the `cloudformation` endpoint in your config? Well, yes, in that most recent example. But the point is, sceptre doesn't use the endpoints in that profile...

> > > @thetumper aren't you missing the `cloudformation` endpoint in your config? > > > > > > Well, yes, in that most recent example. But the point is,...

Seeing similar with S3. Config in serverless.yml: serverless-offline-s3: endpoint: http://localstack:4566

Is this project still maintained? Last release 2023-11-21, with a critical vulnerability, and no patch in two weeks since posted?

> I guess what I also don't understand is that my schema compiled with v6.12.6, but is broken now with the latest (migrating to v8). Any thoughts on why this...

Would be nice if the plugin provided a local "fake" (i.e., working implementation of the same interface as the real AWS service). So, one could call SSM.getParameter and the fake...