Skip to main content

AWS Collective

A collective for developers who utilize Amazon Web Services' infrastructure and platform capabilities. The AWS Collective is organized and managed by the Stack Overflow community as a resource for developers.
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-1 votes
0 answers
15 views

Spark + Iceberg + Polaris REST Catalog returns InvalidAccessKeyId/AWS Access Key Invalid despite correct credentials

I am running Apache Spark 3.5.5 with Apache Iceberg using a Polaris REST catalog backed by S3-compactible object storage (non-AWS, but using AWS SDK/S3A) Spark starts successfully, the Polaris catalog ...
0 votes
0 answers
36 views

Is there a method for identifying the original query associated with a cursor in Redshift?

We have a large redshift deployment (64 nodes at ra3.16xl) that we are trying to optimize and downsize. Part of the problem is that we have a huge proliferation of tables and adhoc queries that are ...
-1 votes
0 answers
64 views

DynamoDB UpdateItem ConditionExpression with tenantid enforced with IAM PrincipalTags

I want to update a dynamodb item using UpdateItem, from a Cognito User with a Cognito JWT. The db has a GSI1=TenantId. Items look like: ...
-1 votes
0 answers
42 views

AWS Lambda .NET: 300ms Idle Period Between Tasks in Same Invocation

I'm observing consistent ~300ms idle gaps between sequential tasks (usually DB queries) within a single Lambda invocation, visible in Datadog & CloudWatch logs. This isn't a cold start (confirmed ...
0 votes
0 answers
27 views

Reparse external dag from current dag in Airflow 3.0.6

We are planning airflow upgrade from 2.7 to 3.0.6. Here we are triggering external dag it is refreshed and having the expected tasks. with 2.6 version, there was direct access to database but 3.0.7 ...

Learn something new
These are the most recent articles in AWS Collective
0 votes
390 views
1 minute read
How-to guide

AWS Management Console now supports simultaneous sign-in for multiple AWS accounts

AWS has changed the way we interact with AWS console for sign-in. Jan 16, 2025 AWS has announced the support for multiple console sessions for signing into different aws accounts in the same browser. ...
Jatin Mehrotra's user avatar
4 votes
595 views
8 minute read
How-to guide

How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS

Summary There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage,...
TechFree's user avatar
  • 3,024
8 votes
695 views
2 minute read
Knowledge article

Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture

introduction As a developer, I've always been interested in event-driven architectures (EDAs) and how they can improve the overall performance and scalability of web applications. However, I never ...
Marawan Mamdouh's user avatar
6 votes
1k views
1 minute read
How-to guide

Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)

To improve durability of your data in the cloud, you should replicate it to multiple locations. For data in Amazon S3, it is automatically stored across multiple devices spanning a minimum of three ...
Seth E's user avatar
  • 1,125
6 votes
1k views
3 minute read
Knowledge article

Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI

One question we hear from developers using Terraform and AWS Lambda functions is how to locally test the Lambda function. Here’s a great example — I have a simple terraform file with a Lambda function....
Julie's user avatar
  • 159