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.
Newline in pythonlg...
Hi
I have a Lambda function using python script to send email via SES. I need to add a new line between these two output variables so I added "\n" to script but it is not affecting the email in any...
1
answers
0
votes
33
views
asked 4 hours agolg...
I enabled a new AWS region (Africa, Cape Town)
I created a new lambda on the new region. I connected the mentioned lambda to my API-Gateway located in Frankfurt region and when trying to access it,...
2
answers
0
votes
32
views
asked 8 hours agolg...
I'm finding a way to return 401 error from Lambda Authorizer, my Lambda function is implemented with Typescript, and I'm using async function (it's required because my function use some packages which...
2
answers
0
votes
70
views
asked a day agolg...
Hello Everyone,
We have a snapstart enabled lambda where in Restore phase using Crac hooks, we fetch the SSM using AWS SSM client GetParameter.
The afterRestore hook was successfully fetching the SSM...
0
answers
0
votes
54
views
asked 2 days agolg...
I have an appsync that i attach a lambda authorization. According to docs the event that gets to the lambda looks like this:
{
"authorizationToken": "ExampleAUTHtoken123123123",
...
0
answers
0
votes
49
views
asked 2 days agolg...
Hello I am working on a pretty simple Lex V2 bot that recommends movies based off of the slot `genre` and the connected lambda function hitting an API and returning the top 5 in the genre.
In...
0
answers
0
votes
36
views
asked 3 days agolg...
Hello,
I'm trying to create an alarm and lambda functions with a cloud formation template (using a YAML file). I want to be able to set an alarm for a Lambda that will check the duration of the...
2
answers
0
votes
70
views
asked 3 days agolg...
I'm trying to call a public API gateway endpoint from an API Destination (reason being is that I want to rate-limit calls to a downstream service, if there's a configurable way of doing this without...
0
answers
0
votes
33
views
asked 3 days agolg...
I am using Lex V2 with Twilio WhatsApp. I want to use fulfillment updates, where when the fulfillment Lambda function is called, it sometimes takes too long to run. So, every 5 seconds I want to send...
0
answers
0
votes
28
views
asked 3 days agolg...
Hi Team,
how can I call an ecs service from a lambda function. Both are in the same VPC and private subnet.
ECS Services should communicate through Service Connect, but how can a Lambda function call...
0
answers
0
votes
55
views
asked 3 days agolg...
I developed a custom python lambda function that need to read a xlsx file.
I used openpyxl library.
My code use load_workbook in order to read the file
```
myexcel =...
1
answers
0
votes
51
views
asked 3 days agolg...
Hi,
I have created a 2 Lambda Functions for Thumbnail generation using NodeJS16 today when I have visited AWS console and see AWS Lambda -> Functions then nothing is there my 2 Functions gone. I...
1
answers
0
votes
37
views
asked 3 days agolg...