serverless-apig-s3 icon indicating copy to clipboard operation
serverless-apig-s3 copied to clipboard

Results 7 serverless-apig-s3 issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

https://github.com/sdd/serverless-apig-s3/issues/19

serverless.yml: ```yml provider: stage: ${opt:stage, 'dev'} ``` when run `sls deploy` without specifying `--stage` option, https://github.com/sdd/serverless-apig-s3/blob/master/lib/ServerlessAWSPlugin.js#L10 on this line `this.stage` will be set to `'${opt:stage, \'dev\'}'`, which causes: `An error...

... when the stack is updated. When the service is defined and deployed from scratch, things work. But if I already have a service, and add the apig-s3 later, or...

Problem: images don't go through API Gateway even when they're in `/assets` and everything deployed and looking fine (even API Gateway "Test" works). Directions: set up the binary payload in...

If you create a serverless project and add this plugin, then deploy both the serverless application and the client side S3 cloud bucket and then try and remove the serverless...

This improvement should decrease usage of PUTs.