AWS lambdas were created with 128 MB RAM setting by default. However the general documentation indicates the default is 512 MB. https://nitric.io/docs/deployment
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
Some documentation observations:
vpc
content to the AWS https://nitric.io/docs/reference/providers/aws/configuration