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.
What happens *specifically* when the AWS RDS Database that's being accessed through an RDS Proxy doesn't have any connections to give? I've found the following information in the [RDS Proxy user...
0
answers
0
votes
67
views
asked 4 days agolg...
I want my text chat bot responses to contain paragraphs and bolded word etc if possible - does anyone have any suggestions? id like to avoid using lambda is possible but can do if need be.
2
answers
0
votes
66
views
asked 4 days agolg...
In the [documentation](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html) on exporting DB snapshot data to Amazon S3, under "Monitoring snapshot exports", it says:
> To...
1
answers
0
votes
73
views
asked 4 days agolg...
I am attempting to execute a Python file in an EC2 (Windows) instance through a lambda trigger function when a file is uploaded to an S3 bucket.
My Code
```
import boto3
def lambda_handler(event,...
3
answers
0
votes
69
views
asked 4 days agolg...
I am planning to publish my application in the AWS Marketplace. I have 2 docker images, one is for Lambda function (backend) and another for ECS Fargate instnace (UI). We deployed it in the ECS...
2
answers
0
votes
62
views
asked 4 days agolg...
I have built serverless architecture for wordpress (reference: [https://keita.blog/2019/06/27/serverless-wordpress-on-aws-lambda/]() ) and created custom runtime for wordpress (reference:...
0
answers
0
votes
49
views
asked 4 days agolg...
After successfully creating an AWS cognito User Pool, I wanted to insert a lambda trigger for sign-up flow.
![Creating Lambda function from...
1
answers
0
votes
46
views
asked 5 days agolg...
undefined ERROR Uncaught Exception {
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module 'libsodium-wrappers'\nRequire stack:\n-...
0
answers
0
votes
46
views
asked 5 days agolg...
Configure A Cloud Watch Subscription Filter To Send Logs To Specific AWS Open Search Index Aliaslg...
I am trying to create a Cloud Watch subscription filter to send logs to a specific index in AWS Open Search.
When I create the subscription filter through the AWS Cloud Watch Console a Lambda...
1
answers
0
votes
40
views
asked 5 days agolg...
I understand i can not use @connections api to push notify during @connect handler, cause at this time, the connection has not been established.
But why after enabled two-way communication, the...
1
answers
0
votes
57
views
asked 5 days agolg...
I have a Lex v2 bot which uses a Lambda function (Nodejs 16) for fulfillment. I can confirm that the bot is setup to call the function, the function itself is called as I can see log entries in the...
1
answers
0
votes
69
views
asked 5 days agolg...
When a Voicemail is left, the dynamo db which receives the voicemail audio dynamically contains all the data such as ContactId, ReaderId, RecordingURL and etc... I'm not able to access the...
0
answers
0
votes
84
views
asked 5 days agolg...