cloud icon indicating copy to clipboard operation
cloud copied to clipboard

Serverless Cloud makes building, deploying, and managing serverless applications easier and more accessible to everyone.

Results 9 cloud issues
Sort by recently updated
recently updated
newest added

Fixed example that was errors such as "headers already sent", "user is not defined", "invalid secret key" Added policy example (isAuthenticated) Added role policy example (isAdmin) Cover main routes by...

For example, if I would like to install `aws-sdk` package, what should I do?

bug

Here's a pickle... I'm working on this project: https://github.com/Gazzini/crm I can run `cloud`, and the app deploys to my personal instance, and it works great. This takes less than 30...

enhancement

Currently I'm trying to bootstrap a project. It's just a starter typescript with demo /users. My GitHub Action yaml: ```` name: Lint, TSCheck on: push: branches: - master pull_request: branches:...

bug

Hey! I'm getting this error when trying to import the storage module from serverless cloud. ```import { storage } from "@serverless/cloud";``` Anyone else having this issue? This is the output...

documentation
enhancement

Wanted to run my sandbox environment in cli shell with: ```zsh cloud ``` Receiving suddenly the error message: ``` x Update installed, but your enviroment is still loading the outdated...

bug

We use a database that is SaaS in production and a local instance in development. We need the ability to NOT run our integration tests in serverless cloud against our...

enhancement

Do all imports have to be relative? I prefer this: `import { bar } from '~/services/foo'` to this: `import { bar } from '../../services/foo'` In Serverless Framework, I accomplish it...

enhancement

Hi! I've created a Nextjs app and I'm trying to debug the API. I usually use VSCode's [auto attach](https://code.visualstudio.com/docs/nodejs/nodejs-debugging) mode to debug Nodejs but can't make it work with the...

enhancement