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...

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...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.