aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.05k stars 2.13k forks source link

Simple web app with Aurora Serverless #704

Open sadiqinz opened 2 years ago

sadiqinz commented 2 years ago

Describe the feature

A simple web app with Aurora Serverless as the backend db. I cannot find one under csharp specifically. Attached is a sample architecture for this. SimpleWebAppCDKArch.pdf

Use Case

I was looking for a pattern to use in csharp but couldn't find one.

Proposed Solution

Please see attached architecture diagram SimpleWebAppCDKArch.pdf

We will use https://www.nopcommerce.com/en as the eCommerce platform to run on the web servers

Other Information

No response

Acknowledgements

Language

.NET

peterwoodworth commented 2 years ago

Thanks for submitting this, we'd take an example for this!

I see you said you may be able to implement this and contribute. Here are the docs for declaring Aurora Serverless infrastructure in CDK .NET. If these patterns exist in other languages, it shouldn't be too tricky to get this working for .NET. Let me know!