Questions tagged with Serverless

Build and run applications without thinking about servers

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'm developing a serverless application that AWS Lambda Function and StepFunctions as a data processing pipeline, and I plan to sell it on AWS Marketplace. This solution will be deployed into the...
1
answers
0
votes
88
views
bmt-sh
asked a month ago
Hello everyone. I am using a self-hosted email marketing script. I have entered the information required to incorporate Amazon SES API, but when I try to validate the server to finalize the process I...
2
answers
0
votes
157
views
asked a month ago
Hi, I am using the AWS Serverless OpenSearch Collection Index. My index is `error-logs`. I am trying to delete documents older than 3 days, for example. I did not find an API that can delete...
1
answers
0
votes
200
views
Dhana
asked a month ago
We are running an instance of postgreSQL 11.21 on aurora serverless (v1). In the "Logs & Event" we can see periodic events like: ``` Upgrade in progress: Performing pre-upgrade checks. Database...
1
answers
0
votes
172
views
Alfredo
asked a month ago
I am trying to deploy the Jaeger query in AWS Lambda so I pulled the latest Jaeger Query image from Docker Hub and pushed the same to AWS ECR. After pushing the image to AWS ECR I created the AWS...
0
answers
0
votes
439
views
Atif
asked a month ago
I have the code bellow. It works on my machine, but on AWS Lambda the error below is thrown. I checked on VPC Security groups and granted all traffic outbound. Does anybody know the reason of this...
1
answers
0
votes
292
views
BGSA
asked a month ago
I'm using a python runtime for my lambda function but I'm not able to view the code editor. Is there any new update I'm missing on? ![Enter image description...
1
answers
0
votes
266
views
sravan
asked a month ago
Hi In my lambda code I am importing cfnresponse, which will be used in CloudFormation. I am getting the following error in my lambda implemented in Python 3.12 "Unable to import module '" : No module...
Accepted AnswerServerlessAWS Lambda
1
answers
0
votes
317
views
AWS
Kingson
asked a month ago
Hi I want to use webcam using HTML by serving through flask (python) My approach is working on my pc but on EC2 when I access it using Public IPv4 DNS, it does not show video and gives error as Code...
1
answers
0
votes
235
views
asked a month ago
Hello, I build an API Gateway with a Lambda Integration. I need that the gateway to add HTTP parameters, transparent for the users (on the server side), for each route. I see that this can be done...
1
answers
0
votes
630
views
asked a month ago
I've created two CloudFormation templates. The first one will create a DynamoDB table. The second one will operate on the DynamoDB table created. The resources need to be on separate stacks because...
2
answers
0
votes
733
views
asked a month ago
I am trying to build RAG in Bedrock, When I try creating Vector store using OpenSearch serverless service, its failing to create. Earlier I was having issues with permissions which I corrected by...
1
answers
0
votes
251
views
Selva
asked a month ago