skip to Main Content

How to make aws aurora serverless v2 publicly accessible through cloudformation – Amazon Web Sevices

I'm trying to connect aws aurora serverless v2 with pgadmin or another postgres client. I have deployed the resources using cloudformation and serverless framework. This is my current yml configuration: resources: Conditions: CreateProdResources: !Equals ["${self:provider.stage}", "prod"] CreateDevResources: !Not [!Equals ["${self:provider.stage}",…

VIEW QUESTION
Back To Top
Search