Skip to main content

Questions tagged [aws-lambda]

AWS Lambda is a compute service that lets you run code without the overhead of managing servers. Questions using this tag should be about interacting with this service in a programming context (e.g. via API calls) or about code running on this service. (Not to be confused with the [lambda] tag, which instead refers to a type of function).

aws-lambda
0 votes
0 answers
7 views

Neptune gremlin query times out

I have a Neptune cluster and I am using Gremlin for my queries. I have a query where it traverses nodes and adds other nodes connected to it. The issue is when I run this through the Notebook it runs ...
Khashayar's user avatar
  • 2,024
-2 votes
0 answers
16 views

"Internal Server Error" when trying ot use google API with AWS [closed]

I have been working on an algorithm that uses a Lambda function that serves as the callback function in the OAuth 2.0 flow to obtain the access key in order to use a YouTube API. This is a piece of a ...
kasper wikstrom's user avatar
0 votes
0 answers
14 views

AWS Q Business chat_sync api issue with python boto3

I am trying to implement aws business q apis inside my own application. I am following below document provided by aws but it's not working for chat_sync function. https://docs.aws.amazon.com/amazonq/...
Pradnyesh S's user avatar
-2 votes
0 answers
26 views

Optimizing data processing with AWS Lambda and DynamoDB [closed]

I'm currently working on a C++ codebase that processes high-throughput data, generating around 5000 records per second. These records are sent in batches to AWS Kinesis Firehose. The data has a column ...
Abdulaziz Hamid Ebrahim's user avatar
0 votes
0 answers
16 views

Micronaut Serverless lambda not able to load partition metadata

I'm using Micronaut Java and building my image as graalvm and deploying that image on aws Lambda and internally code is interacting with dynamodb from lambda. So, whenever code is reaching to dynamodb....
Rochit Aggarwal's user avatar
0 votes
0 answers
18 views

Airflow is triggering concurrent lambda runs

I have two AWS lambda functions that run in docker containers that I trigger using Airflow, one at a time. I currently am triggering the data pipeline using my local MWAA for testing purposes. I want ...
PurpleHacker's user avatar
0 votes
1 answer
17 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
0 votes
0 answers
12 views

Serverless deployment to new stage fails with non existent IAM Policy error

I have a serverless definition, that is working, when deploying to existing stages: service: appcode-graphql frameworkVersion: "3" variablesResolutionMode: 20210326 useDotenv: true ...
Marco's user avatar
  • 23.5k
0 votes
1 answer
32 views

Amazon Inspector not detecting code vulnerability with transpiled Typescript file to Javascript on Lambda function

We created a test Typescript with an obvious code vulnerability (hardcoded credentials). AWS Lambda doesn't support Typescript so we transpile it to be Javascript. We then export our zipped build file ...
DarkChocolate Reborn's user avatar
0 votes
0 answers
11 views

AWS Config Custom Rule to detect IAM MFA is not being triggered

I'm creating a custom Lambda AWS Config rule to detect when a user does not have MFA activated. I'm setting up the rule trigger type to happen when configuration changes, within the scope of the "...
Bruno Alencar's user avatar
0 votes
0 answers
12 views

How to name the roles created by aws sam

I have a lambda function AuthFunction: Type: AWS::Serverless::Function Properties: PermissionsBoundary: !Sub arn:aws:iam::${AWS::AccountId}:policy/ci FunctionName: !Sub 'authorizer'...
Vishnupriya's user avatar
0 votes
0 answers
14 views

Improve the ingestion strategy for my IoT Sensor data

We have a fleet of about 2000 IoT sensors (this number is increasing rapidly) whose data we need to ingest into an AWS S3 bucket for further analysis and display in the UI. The sensors are used by ...
Ishan Srivastava's user avatar
0 votes
0 answers
16 views

AWS Cognito: How to approve Pre-Sign-Up event when email already existed on Cognito, but not existed in DB

I have a problem with Cognito Service. I have an application called Application A using the same database with another application called Application B. Application A uses AWS Cognito to Authenticate, ...
Duy Dat Thai's user avatar
0 votes
0 answers
16 views

How to direct a user to reset their password in Amazon Cognito lambda function?

We are using a Cognito Lambda function to create an OTP challenge for a user as an alternate login method. There is now a new requirement that changes this flow; i.e. when then the user successfully ...
Steve Chacko's user avatar
0 votes
1 answer
25 views

Difference between AWS::IAM::Policy and AWS::IAM::ManagedPolicy

I have more than 10 lambdas. I am managing the infrastructure using sam template. I have defined Function resources for these lambdas. There are some common permissions required by these lambdas - ...
Vishnupriya's user avatar

15 30 50 per page
1
2 3 4 5
2139