Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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
1354 results
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...
EXPERT
published 18 days ago0 votes36 views
Validate, parse, and transform a wider range of X12 transactions exchanged with your trading partners
EXPERT
published 18 days ago0 votes48 views
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 ...
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...
Here is the code used for lambda function. S3 bucket has an event to trigger the following lambda function when a file is added. I want to sync the Knowledgebase with s3 bucket when a new file is adde...
Good morning/afternoon/evening,
I'm facing an issue trying to embed some visualizations as iFrames in my app. The iFrames are configured in a Dashboard which have an Opensearch Serverless Collection ...