Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

I’m running into an issue when deploying with sst deploy --stage dev. The error says: There have been some minor changes to the "Vpc" component that's being referenced by "MyVPC". ...
K Chandrasekar's user avatar
0 votes
1 answer
79 views

Locally my nestjs backend project works fine, the problem is when I uploaded it to a aws lambda, I get this error: 2025-05-30T02:20:27.823Z cd8132bf-b0fc-4e36-94bd-911a35996ed4 INFO TypeError:...
DavidIjsud's user avatar
0 votes
0 answers
42 views

I have a serverless.yaml file using the serverless framework. I have it including a models.yaml file since it is over 1,000 lines.it gives me an error that it is unable to merge. I have tried multiple ...
HamletHub's user avatar
  • 561
-3 votes
3 answers
147 views

everyone, I am aware that a AWS lambda is only allowed to run for 30 seconds. But I am working on a feature that takes around 2 minutes to finish processing. In fact I see the end of the request on ...
vsfer's user avatar
  • 1
0 votes
1 answer
67 views

As far as I know, AWS Sagemaker supports two approaches for the model inference: Provisioned and Serverless. This is specified in the endpoint configuration. My question is that when I train a model ...
hrkad's user avatar
  • 115
0 votes
1 answer
362 views

I am using AWS Serverless ElastiCache (Redis) with Password authentication. I have created a new user with a password and attached specific access permissions, but the default user (default) seems to ...
Deepak's user avatar
  • 321
4 votes
0 answers
367 views

We are using serverless-webpack at my company, and we're planning to upgrade from Serverless Framework v3.39 to v4.4.6. (The motivation for this upgrade is outside the scope of this question.) ...
johanR's user avatar
  • 41
1 vote
0 answers
82 views

I'm working in VS2022 with the AWS Toolkit installed. On one particular project the serverless.template file is overwritten after I "Publish to AWS Lambda". All of my functions in the ...
Ray's user avatar
  • 568
0 votes
1 answer
114 views

In My AWS ec2 ubuntu server the login is working properly it gives user login token. I have moved the files to serverless aws apllication with same ec2 mysql database credentials. All other apis are ...
Brindha's user avatar
  • 391
2 votes
0 answers
1k views

I am trying to upgrade my two AWS based Dotnet projects from .net 6 to .net 8 but I am facing same problem in both of those project. One of the project is using CDK and another one is based on SAM. I ...
sAm's user avatar
  • 683
-4 votes
1 answer
161 views

I was getting started with serverless everything was fine until i used S3Sync to upload data to my bucket, this is my yml file i also installed serverless-s3-sync plugin using yarn before using sls ...
Ansh Arora's user avatar
0 votes
1 answer
163 views

I'm looking for a serverless service that can be utilized as a socket API backend client. For example, if I have a stock-based socket API that provides real-time data on stock LTP (Last Traded Price), ...
Nikhil limbad's user avatar
2 votes
0 answers
163 views

I am using function url for calling lambda function. Sometime on calling AWS lambda function URL, getting error (failed)net::ERR_NAME_NOT_RESOLVED while using mobile data. I have checked this for ...
chandra prakash meghwal's user avatar
6 votes
2 answers
2k views

I'm deploying a simple python function using serverless deploy , I was able to do so earlier but when I updated my docker, I started getting this error: The image manifest or layer media type for the ...
Tanaya Sharma's user avatar
1 vote
1 answer
376 views

I want an Event Bridge rule to match on two different directories (prefixes) of the same S3 Bucket when a file is uploaded to any of the directories. If I put two prefix objects under detail.object....
jigle's user avatar
  • 91
1 vote
1 answer
331 views

Hello I am trying to deploy my spring boot application to aws lambda. This was happenig in my main repo and I stripped to very basic set up still its giving the ClassCastException. I tried running the ...
Prajwal Gowda's user avatar
2 votes
0 answers
68 views

I am very new to learning Serverless and nod.js. I am trying to deploy a lambda script by compressing with webpack but getting following error: No matching handler found for 'lambdas/getProperties' ...
mars_dev's user avatar
  • 649
0 votes
1 answer
512 views

I have an AWS Serverless API that performs CRUD operations on a DynamoDB table. The functions work as expected, but I am having trouble trying to add unit tests to support our CI/CD pipeline. The ...
John Barnes's user avatar
1 vote
1 answer
405 views

I encounter an issue when deploy cdk app using command 'cdk deploy'. The error is following. ✨ Synthesis time: 8.02s NewlamStack: start: Building ...
Imran_Burki's user avatar
2 votes
0 answers
405 views

I am learning about nuances of AWS hosting. I have relatively small app that works well on localhost, and in combination with Postman. My setup is: S3 hosted React app - with Cloudfront distribution ...
Matija's user avatar
  • 31
1 vote
0 answers
99 views

I have just joined a new project developed entirely on AWS, the project consists of several APIs with Lambda functions grouped in applications. The thing is that the developer who was in charge of ...
mangelsnc's user avatar
  • 148
0 votes
1 answer
828 views

I have an eventbridge rule which is configured to trigger a lambda which calls an api of my app at some cron intervals (let's say every 1 hour). Eventbridge guarantees "at least once" ...
Subham's user avatar
  • 21
0 votes
0 answers
202 views

Trying to add security filters to my spring native application which was gonna deploy on aws lambda. So took a help of sample example of pet-store-native(spring boot + graalvm + aws serverless ...
Aniket Saini's user avatar
4 votes
1 answer
3k views

I have an AWS OpenSearch Serverless collection with one index called index1. It has some data in it that I need to reindex. I interact with the collection using the OpenSearch Dev Tools, through the ...
Bernardo SOUSA's user avatar
1 vote
0 answers
653 views

I have a small Rails 7.0 application that uses Redis as a storage from which data is fetched to be processed later in the background. The application communicates with it through ActiveJob APIs which ...
yoppuyoppu's user avatar

1
2 3 4 5
25