Skip to content

meysholdt/aws-serverless-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-serverless-postgres

This Example shows...

  • how to create a Postgres Database in AWS using Aurora Serverless
  • how to fully automatically connect to the database

not covered by this example

  • Choses AWS Aurora Serverless for cloud-cost reasons. Choosing a classic Postgres DB via AWS's RDS is another option.
  • This example exposes to the DB to the public internet. In an enterprise setting, it would be connected an internal company network.
  • This example uses a single account to access the DB. In an enterprise setting, one would probably use accounts tied to real users. This can probably be accounts in postgres, AWS IAM, or OICD (workload identities).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages