-
While executing a command in the AWS client I specify JSON as output.
When an exception occurs, this exception is written to stdout as text instead of JSON. I would like to have the Exceptions also r…
-
Context: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/
Migration guide: https://aws.github.io/aws-sdk-go-v2/docs/migrating/
Basically mainte…
dims updated
41 minutes ago
-
### Discussed in https://github.com/grafana/grafana/discussions/41812
Originally posted by **Issif** November 21, 2017
Hi,
AWS has launched yesterday a new API to access all raw data used b…
-
Some AWS APIs seem to be eventually consistent.
In this specific case https://github.com/iasql/iasql-engine/runs/7635873948?check_suite_focus=true#step:5:13889, the test fail because:
1. we call t…
-
**Description:**
**Steps to reproduce the issue:**
1. Prepare a SAM template with tags configured for API, eg:
"ApiGatewayRestApi": {
"Properties": {
…
-
### Describe the bug
We configured our profile like so:
```
aws configure --profile base set credential_process cred-process.sh
aws configure --profile default set source_profile base
aws confi…
-
### Resources
- `AWS::CloudFormation::CustomResource`
### Constructs
- https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.CustomResource.html
### Use Case
We are using CustomResource within …
-
The AWS pricing information is currently hardcoded and only `eu-central-1` is supported. Using the AWS pricing API will automatically support all AWS EC2 instances and regions: http://boto3.readthedoc…
-
AWS has published API for getting prices.
In the [announcement](https://aws.amazon.com/blogs/aws/new-aws-price-list-api/), they also offer a [documentation[(http://docs.aws.amazon.com/awsaccountbillin…
-
### Describe the bug
Hello folks,
We previously deployed a Stack with an API Gateway via the Serverless framework, and decided to switch to CDK and hence rewrote the Stack configuration in CDK.
…