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.
259k Questions
+77
33.8k Members
+115
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
6 views

Stream Recorder Using FFmpeg Fails on AWS Lambda

I am trying to stream audio from URLs and save them to a file in S3 using AWS Lambda with FFmpeg. Here is an example FFmpeg command I'm using: ffmpeg -hide_banner -loglevel error -t 10 -i http://...
0 votes
0 answers
4 views

Using spark to read data from MinIO

I have been trying to pull data from MinIO using spark using s3a but when running the code there was not much happening when I set the log level to debug it found that the connection with minIO is not ...
0 votes
0 answers
18 views

How do I execute a jar file as part of a kotlin application?

Quick background: I'm working on an application to upload some csv data to a third party vendor. We have an AWS S3 bucket that watches for file uploads and the triggers a Lambda. The lambda then runs ...
0 votes
0 answers
14 views

aws opensearch serverless service inside a vpc endpoint does not work from java app in local machine

I am trying to connect to an AWS OpenSearch Serverless collection that is deployed inside a VPC endpoint (PrivateLink) from a Java application running on my local machine. My setup is as follows: I ...
0 votes
0 answers
6 views

Environment Variables Not Working in React + Vite App (AWS Cognito Auth Issue)

I'm building a React application with Vite that uses AWS Cognito for authentication. I'm having issues with environment variables not being properly loaded or accessible in my application. ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

2 votes
1 answer
71 views
+50

Next.js API Route Error: "Cannot destructure property 'environmentVariableSelector' of 'undefined'" in Serverless Function

I'm encountering a runtime error in a Next.js (v13+) API route that handles Stripe webhooks. The error occurs during the build/deployment process in AWS Amplify, and I can't pinpoint the exact cause. ...
1 vote
1 answer
82 views
+50

Is Cognito explicit auth flow `ALLOW_USER_SRP_AUTH` included in `ALLOW_USER_AUTH`?

In the Cognito CloudFormation resourceAWS::Cognito::UserPoolClient documentation for ExplicitAuthFlows it says: ALLOW_USER_AUTH: Enable selection-based sign-in with USER_AUTH. This setting covers ...
1 vote
0 answers
43 views
+50

AWS autoscaling group with codeploy not working, the newly launched instance is getting terminated after a fixed time

ScriptFailed Log [stderr] % Total % Received % Xferd Average Speed Time Time Time Current [stderr] Dload Upload Total Spent Left Speed [stderr] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 ...

Learn something new
These are the most recent articles in AWS Collective
-2 votes
172 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
398 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
  • 2,984
8 votes
633 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,153
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