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 a working lambda with sqs trigger in go1.x runtime and trying to deploy same to new provided.al2 runtime using steps described in this...
0
answers
0
votes
74
views
asked 12 days agolg...
I am currently developing a website with an Angular frontend, a NodeJS API/server to handle the HTTP requests from Angular (mainly inserting data into the database, login/out, and sending reminders...
1
answers
0
votes
74
views
asked 13 days agolg...
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
82
views
asked 13 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
79
views
asked 13 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
85
views
asked 13 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
80
views
asked 14 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
80
views
asked 14 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
61
views
asked 14 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
58
views
asked 14 days agolg...
undefined ERROR Uncaught Exception {
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module 'libsodium-wrappers'\nRequire stack:\n-...
0
answers
0
votes
55
views
asked 14 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...
2
answers
0
votes
55
views
asked 14 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
67
views
asked 14 days agolg...