-
Hi,
Is there a way to prevent the plugin from creating a DB subnet ?
I have no RDS and I only want 2 subnets: private and public. My lambda will run in the private subnet and route internet traf…
-
**Feature Request**
We would like to better support workflows around deployment and CI/CD in the Amplify CLI, as well as allowing you to use the configuration in multiple environments (DEV/TEST/STA…
-
Is there a way to turn on caching for the path?
-
The server scalability had deteriorated to the point where we were unable to run the pipeline even once per day. While part of this is probably just the way we are using mongodb, part of it is also th…
-
Right now, we deploy to [a `dev` stage](https://github.com/DoSomething/bertly/blob/master/serverless.yml#L33) in what will become the production AWS account. Let's make sure that we set deployment sta…
-
Hi,
I'm looking for some guidance here. I've been using Mongoose via an AWS Lambda (as a Graphql API) for a while now and had suffered from random timeout issues.
I've just upgraded to Mongoose …
-
This probably has nothing to do with Envkey, but I'm at a loss and hope you guys know something.
Basically, my serverless (Lambda) function was working fine with envkey (setting an ENV var for ENVK…
-
I am using aws codepipeline (and codebuild) to do serverless deployment.
partial serverless.yml:
custom:
webpackIncludeModules: true
test:
node_env: test
prod:
node_env: prod…
melgk updated
6 years ago
-
Hello,
Thank you for this great plugin!
I have the following `serverless.yml`:
```
functions:
firstFunction:
handler: functions/firstFunction.handler
secondFunction:
handle…
-
Hello,
I am trying to integrate your plugin in my project. I have followed the steps as stated in the documentation. but i am getting a type error whenever i try to deploy:
```
Serverless: Packa…