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.
1312 results
In the discussion on [this AWS forum post](https://repost.aws/questions/QU_mUvs_SuSiW-1tESHo60bQ/elasticache-serverless-scaling-characteristics), Mr. Abhay mentions that ElastiCache Serverless can...
Hi everyone,
I'm working on an independent AI chat app project. The frontend is built with Flutter, and the client-server communication is done via WebSocket. Since this is a solo project, I want to...
Sorry if it's been asked,. Seems like a common issue and I did some searches but don't know what terms to use.
My set up:
I have customers (in cognito) and each customer needs a value associated with...
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...