nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.23k stars 52 forks source link

Config Document Suggestions #466

Closed mal-drop closed 1 year ago

mal-drop commented 1 year ago

Some documentation observations:

config:
  default:
    lambda:
      # only functions that require DB access should be in this VPC
      vpc:
        security-group-ids:
          - sg-xxxx
        subnet-ids:
          - subnet-xxx
          - subnet-xxx
tjholm commented 1 year ago

This should be avaialable in out latest config reference now