-
Possible to set up a multi-AZ public & private subnet VPC? E.g.:
public 1a subnet,
private 1a subnet,
public 1b subnet,
private 1b subnet,
...
Thanks!
-
Maybe do this in a separate project, but:
* Create a KMS key
* Create a logs
* Enable CloudTrail
* Enable AWS Config
* Enable VPC flow logs
-
Hey! Awesome job by the way. I really love using this. There are a TON of things that this can give us that I don't have to build.
But I have a feature request (if it isn't already done)
With t…
-
We are using multiple AWS profiles for our different stages: `production`, `staging` and `development`.
This VPC plugin just uses the default profile from serverless. It doesn't respect the profile…
-
# This is a Feature Proposal
## Description
With the previous Serverless Offline we got the Stacktrace of the error helping us debug the errors/bugs but the new Severless version with "invok…
-
##### SUMMARY
Running the [sanity tests](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html#sanity-tests) per the provided command:
```
ansible-test sanity …
-
I've used the new serverless feature Layers in my nodejs project. I encountered packing problem with layer nodemodules.zip
This is what I got in console
```
Error ------------------------------…
-
# This is a Bug Report
## Description
* What went wrong?
I'm deploying a package with the command "serverless deploy -v --stage cicd" with CodeBuild and I'm getting the error message below. I…
-
I can deploy with globally installed `sls` but not local.
```
❯ ./node_modules/.bin/sls --version
1.27.3
./node_modules/.bin/sls deploy --stage dev
Serverless: Packaging service...
Serverles…
-
# This is a Bug Report
## Description
We get the error message "Template format error: Unresolved resource dependencies in the Resources block of the template" if we use Cloudformation conditio…