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

All Questions

0 votes
0 answers
10 views

Customize response from AWS API Gateway integrated to SQS

I have integrated AWS API Gateway to SQS queue and it give response in format { "SendMessageResponse": { "ResponseMetadata": { "RequestId": "acfa1737-...
Sergey K's user avatar
  • 4,094
0 votes
1 answer
21 views

While creating AWS SQS queue in kotlin getting aws.smithy.kotlin.runtime.serde.DeserializationException: Unexpected JSON token at offset 0; exception

I am trying to create AWS SQS queue, getting the below error: aws.smithy.kotlin.runtime.serde.DeserializationException: Unexpected JSON token at offset 0; found \<, expected one of {, \[, ", ...
sbalu's user avatar
  • 1
0 votes
0 answers
11 views

AWS Step Functions vs SNS for Full stack Controller-Model(s) Lambda Functions

I'm building a full-stack application using AWS and I'm currently working on my backend services; I have a Controller lambda that will communicate to other Model lambdas such as a CognitoModel, ...
Om Patel's user avatar
0 votes
0 answers
22 views

Failed to send SQS message for ECS container without any error description

I have code running inside ECS container, with the following code to send SQS message: import { SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs"; import { MAX_ATTEMPTS } from &...
Tal Rofe's user avatar
0 votes
1 answer
27 views

Understanding of the AWS SQS visibility timeout

In my AWS infrastructure, I have an SQS queue and a Lambda function. The SQS queue has a visiblity timeout setting of 0, and no delivery delay, and a receiveMessageWaitTime of 0. The SQS queue has a ...
Dominique M's user avatar
0 votes
1 answer
19 views

VPC SQS Endpoint dont show any dataflow for event from S3 to SQS and SQS to Lambda

I've a S3 bucket that notifies SQS for put and copy events. and SQS is trigger private Lambda. Lambda is running under a VPC in private subnet. Data is flowing successfully and S3 to SQS and to ...
Zeeshan Asghar's user avatar
1 vote
0 answers
43 views

SNS not publishing message to SQS

Using publishMessage() method, I am able to create dynamic topics, subscribing with dynamic queues, but sns not publishing messsage to sqs. What is the issues here? public void publishMessage(...
Sathiamoorthy's user avatar
0 votes
1 answer
21 views

Lambda not working trigger message from SQS FIFO, but it does from SQS Standard

i just created lambda function that have trigger from SQS FIFO, but somehow not working. Already add the AWSLambdaSQSQueueExecutionRole and AmazonSQSFullAccess to the lambda, but seems not working. ...
Agani Satria's user avatar
0 votes
1 answer
42 views

How to provide AWS credentials in an android studio mobile app (kotlin)?

I have a mobile app that I am making in android studio and I want to send a message to an AWS SQS server when the user does something. However, I am running in to problems with giving credentials to ...
Lemon's user avatar
  • 1
0 votes
0 answers
23 views

can sqs receive message without consumer?

I'm recently using amazon sqs in my project. my workflow goes like this. service 'A' send message to fifo queue 'a'. service 'A' doesn't have a consumer. service 'B' receive message from 'a' by ...
rin's user avatar
  • 75
0 votes
0 answers
49 views

AWS SQS – failed message clogs queue

I have a long running-task (10 minutes) executed via a lambda function. The visibility timeout for my (Standard) SQS queue is set to 15 minutes and the lambda event source for the queue has a max ...
florian norbert bepunkt's user avatar
0 votes
1 answer
32 views

How to Run AWS lambda code parallel with SNS to SQS architecture

I have a problem. Let's say there's an external system, and an AWS Lambda function retrieves data from this system, converts it to a CSV, stores it on S3, and triggers an SNS event. This event then ...
Ayush Gupta's user avatar
0 votes
1 answer
52 views

Queue policy removed from SQS queue on CloudFormation stack update

I observed strange behaviour when updating a CloudFormation stack today and was wondering if I was doing something wrong. Simplified example below. Repro Steps Step 1: Create a stack with two queues ...
Philippe Aubertin's user avatar
0 votes
1 answer
25 views

AWS Architecture for Splitting and streaming data to multiple 3rd party Accounts

There are no doubt many ways to skin a cat. But usual one is better than the others. If I had a stream of data which is captured by a rule and sent to a lambda function for processing. The lambda ...
monkey's user avatar
  • 1,518
0 votes
0 answers
21 views

While sending a AWS SQS message getting certification error using spring boot application

While sending a AWS SQS message getting below error com.amazonaws.SdkClientException: Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath....
user25968775's user avatar

15 30 50 per page
1
2 3 4 5
189