Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
35 views

I'm trying to deploy an AppEngine Standard service that will use a Serverless Connector to access our database. Deploying via app.yaml I get the following error: Value 'svrlscon-v1-appeng97' for ...
Jeremy Woodland's user avatar
0 votes
1 answer
180 views

I am trying to apply changes from one dataframe (source file is a 7 MB .CSV) to a larger dataframe (source file approx. 3GB .CSV), e.g. update existing rows with matching IDs, while at the same time ...
starmandeluxe's user avatar
0 votes
0 answers
99 views

I am unable to build/deploy a digital ocean function that relies on nonstandard libraries (some third party, others local). I have three projects: an API, the DO functions, and a common library used ...
Gadzooks34's user avatar
  • 1,836
1 vote
0 answers
65 views

I'm deploying a Bun + Express application to Vercel. Locally, my Express app works perfectly with routes defined in separate files and imported into index.ts. However, on Vercel, the deployment ...
Dev Ayush's user avatar
  • 143
0 votes
1 answer
92 views

I am using tempfile with Polars for the first time and getting some surprising behavior when running it in a serverless Cloud Function-like environment. Here is my simple test code: try: with ...
starmandeluxe's user avatar
1 vote
1 answer
181 views

I have a Streamlit app that runs perfectly on my local machine but throws a 400 Bad Request error when deployed on Modal (serverless container). Here’s the relevant setup: streamlit_app.py import ...
Tommie's user avatar
  • 9
0 votes
1 answer
53 views

I have an S3 bucket that should invoke a Lambda function on ObjectCreated:Put. This used to work. After editing the Lambda code in the console, new uploads stopped triggering the function. I do not ...
smithiii's user avatar
0 votes
0 answers
65 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
0 answers
33 views

I am having trouble with my SLS deployment. I am trying to setup a ESbuild config as follow: ... stages: default: resolvers: aws-serverless-account: type: aws region: ${env:...
ILoveET's user avatar
  • 149
0 votes
1 answer
117 views

I am working on migrating our Typescript application from Serverless Framework to AWS CDK. Background Our application started out as mostly just lambda functions, api gateways and some IoT resources. ...
Buttlet's user avatar
  • 317
1 vote
1 answer
321 views

I have a FastAPI + Next.js project deployed on Vercel. Locally everything works, but on Vercel some routes break depending on whether I use a trailing slash in the route definition. For example, in my ...
AmericaDoodles's user avatar
2 votes
1 answer
193 views

I’m working on a Node.js/Express backend using PostgreSQL (Neon serverless), TypeScript, and Zod for validation. I have a Students table with columns: id UUID PRIMARY KEY, firstName TEXT NOT NULL, ...
Varun Sai Nadiminti's user avatar
0 votes
0 answers
64 views

According to this Vercel page it seems like using a Vercel function to run Puppeteer should be doable, but not matter what I do, I end up with Unhandled Rejection: Error: Unable to get browser page. ...
Stephen Corwin's user avatar
0 votes
1 answer
78 views

After code changes in stocks_alert.js based on client requirements, the error persisted when I try to run "Serverless invoke local -f stocks_alert". Here's the complete error: Error: ...
Ryan Barcebal's user avatar
0 votes
1 answer
94 views

I am working on a serverless project. Following is the snippet of serverless configuration bundle: sourcemaps: true disableForkTsChecker: true externals: - newrelic # Keeps ...
Babita Bisht's user avatar

15 30 50 per page
1
2 3 4 5
237