Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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.
1339 results
I'm getting an error when I use the $eval function in JSONata
![JSONata error](/media/postImages/original/IMT_InftqRT7uE5wDFFS83Mg)
I'm attempting to coerse a JSON string into a JSON object. Base on...
I am working on an AWS Lambda function with Node.js and need to implement a debounce mechanism. The goal is to ensure the function processes only the latest event, ignoring earlier rapid consecutive i...
What are the pros and cons of using Lambda authorizers versus Cognito authorizers in API Gateway? Which option is more secure? We need to implement group-level and resource-based authorization.
In De...
This error has been extremely difficult to pin down as it seems to happen intermittently, however I can't have it happening in production as it completely ruins the user experience.
Essentially I ha...
Hi,
I have a development which is working fine on my local laptop.
I'm trying to generate image from text (initials of somebody) as default profile image.
To do that, I'm using canvas module, provid...
Hi!
I've tried to create a **MultiModelEndpoint** using an asyncrhonous configuration, but once I'm deploying the endpoint, it gives me an error saying that MultiModelEndPoint is not compatible with ...
Wanted to check if AWS supports GPU inferencing via serverless compute (dynamic loading), since I don't want to spend $1,5/h for EC2 instance, which my client will use not more than 5 minutes per mont...
I am playing witn sam init.
Created hello world typescript example
When deployed, it creates "/Prod/hello"
I want to speciify (in an .env if possible) the first segment as "staging" , "dev", "prod" ....
Hi,
I am unable to access the list_file_transfer_results method for the boto3.client('transfer') object.
After running the following code
```
s3 = boto3.client('s3')
transfer_client = boto3.client('t...
I'm trying to include the Transform AWS::LanguageExtensions in a template.
I'm unable to create the stack with the error
Fragment returned by transform AWS::LanguageExtensions is null
I've removed...
Hello,
I was excited to see an alternative to Vercel for hosting NextJS sites in [sst.dev's NextJS integration](https://sst.dev/docs/start/aws/nextjs), but I am stuck not being able to use Serverless...
I’m working on optimizing the performance of my AWS Lambda functions, and I’m noticing occasional delays due to cold starts, especially in functions with high memory configurations. Could anyone share...