Questions tagged with AWS Lambda

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I have an app with a Cognito user base that has a custom attribute called "Tenant". I want to use this attribute to help me control the dynamoDB tables that are relevant to that user's tenant, so that...
1
answers
0
votes
108
views
DinoM
asked a day ago
Scratching my head on this one, maybe it's not possible but I can't see why not if so. I have an S3 bucket with two event notifications configured. 1. The first is for Put of objects with prefix...
2
answers
0
votes
122
views
dmb0058
asked a day ago
I've got an application that uses EventBridge Pipes to read from SQS Queues, and has various targets depending on need. I recently needed to destroy and re-deploy all stacks as I start to move from...
0
answers
0
votes
104
views
asked a day ago
I am creating a lambda function tiggerred by cloudfront. I am folling this tutorial (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-edge-how-it-works-tutorial.html). My...
0
answers
0
votes
129
views
DUzzell
asked 2 days ago
I am trying to get firebase and Appsync working together. For appsync setup I am doing: ``` authorizationConfig: { defaultAuthorization: { authorizationType: AuthorizationType.OIDC, ...
1
answers
0
votes
149
views
Jason
asked 2 days ago
i was to trying to creating a lambda function but i got this error Access denied You don't have permission to perform this action. UnknownError what should i do ? i am using root user
1
answers
0
votes
152
views
aidin
asked 2 days ago
Trying to load data of 200GB into dynamo using spark EMR but facing performance issues. """ Copy paste the following code in your Lambda function. Make sure to change the following key parameters for...
4
answers
0
votes
213
views
asked 3 days ago
Hi, I am struggling to debug an intermittent issue on my Web App (Amplify). I have a web app that displays images. When opening the webapp, a get request is made for each image on the page....
2
answers
0
votes
197
views
vleppi
asked 3 days ago
Hi AWS, we have a requirement where in we are trying to access a network drive location from Lambda function and fetch few excels from it. If you can suggest a solution, it would be really helpful.
1
answers
0
votes
208
views
profile picture
asked 3 days ago
I am looking for a simple example , where an s3 object notification is hooked up to either SNS or SQS , such that it can ultimately trigger some data processing job. I am aware that s3 object...
1
answers
0
votes
215
views
asked 3 days ago
Hello , I have a question regarding the handling of multiple developers working on lambdas inside the CDK . How can this be handled as each developer runs cdk deploy command on our cdk project ,as the...
1
answers
1
votes
201
views
asked 3 days ago
Hello I've files which are constantly created on S3 with a standard format, fixed lenght; say it's AAA-YYY-ZZZ. Depending on the values assumed by YYY there are different lambda to be invoked to...
3
answers
0
votes
180
views
AWS
Diego_C
asked 3 days ago