Skip to main content
The 2024 Developer Survey results are live! See the results

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.9k Questions
+325
28.7k Members
+176
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
2 views

"Class extends value #<Object> is not a constructor or null" in .mjs

I get this error when I try to import the class MyBot from bot.mjs. These files are in an amazon lambda. I have bot.mjs here: import ActivityHandler from 'botbuilder'; export default class MyBot ...
0 votes
0 answers
7 views

Nestjs serverless in lambda size limit

I have an nest js api running locally then i have decided to deploy it on the aws lambda but there is a limit of 250mb unzipped then i tried deploying using ecr with docker image container and webpack ...
0 votes
0 answers
6 views

Is it possible to remove SERVER respone header from AWS Amplify app

I have a react app.. hosted on amplify. It seems amplify uses cloudfront behind the scene so static content are served with header 'Server: S3'. I want to remove this via customhttp.yml however, ...
0 votes
0 answers
3 views

Playwright Browser Launch issue

playwright._impl._errors.TargetClosedError: Browser.new_page: Target page, context or browser has been closed Been launching the chromium browser instance on my aws lambda with no issues until ...
0 votes
0 answers
6 views

Uploading static files to an S3 as part of a Serverless deploy

I'm extending an existing tool that runs as a bunch of lambdas. It has several components to it (sftp handling, RDS Postgres updates, etc) and a small UI element. The UI needs has a few pages that now ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-1 votes
0 answers
28 views
+50

Uploading the build artifacts to S3 is failing in sam deploy

I am using sam for setting up infrastructure. During sam deploy, uploading the artifacts to s3 bucket is failing with error botocore.exceptions.ClientError: An error occurred (403) when calling the ...
0 votes
0 answers
19 views
+50

Using AWS API Gateway with Cognito as a frontend to on-premise private API resources accessible via AWS Site-to-Site VPN?

Locally, I have some api routes on a Kubernetes cluster, eg: 10.100.0.200/status 10.100.0.200/delete 10.100.0.200/create In my AWS VPC, I have created public and private subnets with a virtual ...
0 votes
0 answers
33 views
+50

Handshake failed in Gitlab runner autoscale setup with Fargate

My config.toml file concurrent = 1 check_interval = 0 shutdown_timeout = 0 [session_server] session_timeout = 1800 [[runners]] name = "fargate testing" url = "https://code.xx....
0 votes
0 answers
35 views
+50

Accessing Environment variables within Running Container Host in ElasticBean stalk

I have a Red Hat Enterprise Linux Docker container designed to run and host a Tomcat application. I'm using Docker platform with Amazon Linux 2023. During the Docker build, the Tomcat application ...
-1 votes
0 answers
67 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 ...

Learn something new
These are the most recent articles in AWS Collective
8 votes
495 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
940 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