serverless-cloudside-plugin
serverless-cloudside-plugin copied to clipboard
Serverless plugin for using cloudside resources during local development
One of our services contain 178 resources. DescribeStackResources only returns the first 100 results causing the remaining 78 resources to contain the value ''. To resolve this I used listStackResources...
I needed to reference a resource that is exported by another stack, so I added that functionality. It uses CloudFormations `listExports` function to substitute exported values from other stacks. I...
Hi, Been using this plugin for a long time now, but it appears 2.22+ crashes on bootstrap. ``` Serverless: Loading cloudside resources for 'api-staging' stack. Type Error --------------------------------------------- TypeError: this.serverless.getProvider(...).request(...).then(...).error...
Transforming any cloud formation referenced in the custom authorizers section would help with building ephemeral authenticated API's. I think if this plugin looped through the authorizers array the same way...
Hi Jeremy, Appreciate your work on this. I can see this being quite valuable but running into some roadblocks. I'm attempting to construct an arn for an `AWS::RDS::DbCluster` which is...
Hi, So I recently renamed one of my serverless functions and instead of giving a friendly helpful error when invoking cloudside, I got: ``` vanalsti@serverless$ sls invoke cloudside -f addUserReport...
If I could export to a .env file, I could replace [serverless-export-env](https://github.com/arabold/serverless-export-env), which I would very much like. WDYT?
Hi, First of all, thank you very much for this plugin. Hope it helps a lot of people making their lives easier when developing using Serverless Framework. I've been trying...
Cloudside plugin brakes hot reload functionality of serverless-offline `sls offline cloudside --stage dev --reloadHandler`
Enable serverless offline "--reloadHandler" param. To enable hot-reload when running the server. This change enables you to add the --reloadHandler when running the server i.e. `serverless offline cloudside --reloadHandler`