Hi there,
I am trying to locate a friendly serverless.yml
example that can show me how to accomplish the following goals, preferably in this order:
-
Provision a new Aurora Serverless MySQL cluster. If possible, with clear instructions/mappings for how to configure a CF template to use with serverless.yml.
-
Provision a full VPC for my application that also provisions a new Aurora instance, granting the lambdas access to RDS.
-
Deploy a new application into an existing VPC where an Aurora instance is already available.
-
Provision a new VPC for lambdas, with access to an Aurora instance that is in another VPC.
Any links y’all could provide would be much appreciated!