All Content 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
1355 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...
2
answers
0
votes
80
views
asked 10 days ago
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...
1
answers
0
votes
27
views
asked 10 days ago
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...
2
answers
0
votes
112
views
profile picture
asked 12 days ago
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...
1
answers
1
votes
47
views
asked 15 days ago
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...
2
answers
0
votes
27
views
asked 20 days ago
Validate, parse, and transform a wider range of X12 transactions exchanged with your trading partners
Reduce the time, effort, and cost associated with migrating your EDI workloads to AWS using generative AI
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 ...
1
answers
0
votes
35
views
asked 22 days ago
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...
3
answers
0
votes
71
views
asked 23 days ago
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" ....
1
answers
0
votes
31
views
asked 25 days ago
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...
2
answers
0
votes
55
views
asked 25 days ago
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...
4
answers
0
votes
1.5K
views
asked 25 days ago