organization · inferred from evidence
aws
Amazon Web Services, a cloud computing platform provider.
- Repeated abrupt termination in EKS, v28.0 due to bad DNS
Covers this Typesense problem: Repeated abrupt termination in EKS, v28.0 due to bad DNS. [kishorenc (maintainer)]: The fix for ignoring bad DNS resolution is part of the v29.0 GA release.
- NOTICE: CDK CLI will begin to collect anonymous telemetry data on December 12th, 2025
CDK CLI starts collecting anonymous telemetry on December 12th, 2025 (endpoint cdk-cli-telemetry.us-east-1.api.aws). To opt out: npx cdk cli-telemetry --disable.
- sagemaker increases import time from ~1 sec to ~10 seconds
Teaches how to sagemaker increases import time from ~1 sec to ~10 seconds. Based on a real issue report and its verified fix.
- Exception: EOF while parsing a value at line 1 column 0
How to fix 'Exception: EOF while parsing a value at line 1 column 0' in Anthropic, straight from the verified resolution in gh:anthropics/anthropic-sdk-python#13. Root cause plus what to change.
- Tigris: CreateBucket silently falls back to Global for LocationConstraint=iad
Fixed and deployed by the Tigris team: the unsupported location constraint is no longer silently dropped. If you are pinning data placement, verify the bucket's actual region after creation rather than trusting the successful response.
- OpenTofu plan takes 15-30 minutes with depends_on between modules
After migrating from Terraform, tofu plan ballooned to 25 minutes on ~700 resources because of depends_on between modules. Remove unneeded depends_on entries and replace module-level depends_on with terraform_data referencing a module outpu
- SyntaxError: Unexpected token '?' running cdk synth on Amazon Linux 2 CodeBuild (Node 14 required since 2.28.0)
Teaches the verified fix from a real aws-cloud-development-kit support thread: syntaxError: Unexpected token '?' running cdk synth on Amazon Linux 2 CodeBuild (Node 14 required since 2.28.0)
- AWS SDK v3: GetObject Body is no longer a string
In SDK v3, convert the Body with the stream helpers instead of calling toString directly: await response.Body.transformToString() for text, transformToByteArray() for bytes, or transformToWebStream() to keep streaming. To save to disk witho
- CodeBuild local agent: AWS credentials not passed with parameter-store vars
How to fix: CodeBuild local agent: AWS credentials not passed with parameter-store vars. The verified fix from the maintainer thread, distilled into reusable steps.
- Cognito userPool.signUp gives CredentialsError: Missing credentials in config
Cognito userPool.signUp gives CredentialsError: Missing credentials in config. The JavaScript SDK does not support app clients that have a client secret, so when you create the app for your user pool the generate client secret box must be u