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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...