serverless-plugins Questions
3
Solved
I'm using the following as a custom serverless-dotenv-plugin plugin configuration:
custom:
dotenv:
path: .env-${opt:stage, 'local'}
But what I'm really trying to get is that the environment b...
Buster asked 4/7, 2018 at 9:35
5
Solved
I'm using Serverless Framework to deploy functions in AWS Lambda, but I can't find where/how I can remove the stage specifier from the URL endpoints created. The documentation does not seem to cove...
Basin asked 20/10, 2017 at 21:5
3
Solved
I managed to deploy my first cloudflare worker using serverless framework according to
https://serverless.com/framework/docs/providers/cloudflare/guide/
and it is working when I hit the cloud.
Dur...
Ducal asked 23/12, 2018 at 7:10
1
Solved
I am using serverless-framework to deploy a lambda with http endpoints on AWS. This works fine and returns a API Gateway endpoint.
I wanted to know under what scenarios does the endpoint URL chang...
Siobhan asked 21/5, 2019 at 7:55
2
Solved
I want to define request and response models. I use the Serverless Framework with AWS and everything I'm seeing recommends using serverless-aws-documentation
The README says that I need to have th...
Gibber asked 15/11, 2017 at 6:49
1
Solved
I am working on a serverless setup for a project and ran into a strange error. This was working fine before I had to delete my old certificates and make a new one.
In short, I am following the tut...
Lundquist asked 19/11, 2017 at 13:7
1
© 2022 - 2024 — McMap. All rights reserved.