Skip to main content

AWS Collective

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. The AWS Collective is a community-driven site with resources for developers.
258.7k Questions
+286
28.5k Members
+166
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
7 views

Getting NEXT_REDIRECT error when using redirect from next/navigation in a server-side function in Next.js

'm working on a Next.js application and have a login form that handles user sign-in. I use the redirect function from next/navigation for server-side redirection after a successful sign-in. However, I'...
0 votes
0 answers
6 views

How to model Student/Teacher/Class with DynamoDb?

I'm modeling a DynamoDb schema, which currently supports three main entities: Teacher, Student and Class. Class entity has these relationships: A teacher has a class A student enrolls to a class My ...
0 votes
0 answers
4 views

Issue with HASURA_GRAPHQL_JWT_SECRET Configuration in Docker-Compose

I run Hasura on a virtual machine as self-hosted on Docker. I am experiencing the following problem: I follow the guide to authenticate with Amazon Cognito, but when I add the ...
1 vote
0 answers
13 views

Choosing between X86 and ARM for Fargate for performance intensive application

I have a Spring Boot 3 Java 17 application which is basically a Kafka consumer. It can process up to 100 events at once (max.poll.records=100). For each of these 100 events, it spins up separate ...
0 votes
0 answers
7 views

Code commit shows conflicts when try o merge dev branch to stg branch

I am trying to merge Dev branch into Staging branch using Visual Studio but it shows me conflicts. When I see the list of conflicts it shows me dlls, and sever files checked out which were not even ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-1 votes
0 answers
36 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
0 votes
0 answers
60 views
+50

Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap]

I am attempting to deploy an aws lambda function written in golang. However i get the following error: Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap] IntradaySchedulerLfn ...
0 votes
2 answers
100 views
+500

AWS S3 form-based POST file upload ignores Content-Type

When using a form POST to upload a file to an S3 bucket, S3 ignores the Content-Type/MIME type of the file. The file is uploaded successfully. The file form data field contains a Blob with a Content-...
4 votes
0 answers
437 views
+100

AWS Glue autoscaling doesn't scale down

We are running an AWS Glue job with autoscaling. From the Glue monitoring view, we can see that --enable-auto-scaling is set to true and the Number of workers is set to 30. This is the executors graph:...

Learn something new
These are the most recent articles in AWS Collective
8 votes
491 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
15 votes
1k views
5 minute read
Knowledge article

Code Change Best Practices: Smaller Pull Requests for Smoother Merging

In today's fast-paced software development world, collaboration and efficiency are paramount. One of the key challenges new developers face is managing code changes effectively, particularly when it ...
Dipak's user avatar
  • 6,867
6 votes
929 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,085
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
12 votes
3k views
6 minute read
How-to guide

Deploying a Kafka Connect connector on Amazon MSK Connect using Terraform

Apache Kafka has been growing in popularity as the de facto way to share streams of events with different systems. While Kafka itself provides the perfect durable log-based storage for events; Kafka ...
Ricardo Ferreira's user avatar