Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.52 KB

Serverless ASP.NET Framework Modernization Workshop

This is a workshop to demonstrate how to modernize an ASP.NET REST API service, which runs on expensive, inflexible Windows servers in the cloud, into a resilient, highly scalable serverless service. The approach utilizes the Strangler Fig Pattern to modernize the application piece-by-piece rather than rewrite the entire application all at once.

Learning Objectives

Building the Website

This page is built with Hugo, so you'll need it installed

First, clone this repo:

git clone [email protected]:aws-samples/aws-modernization-with-stackery.git

Ensure you've also cloned the submodules:

git submodule init
git submodule update

Then server the website with hugo:

hugo server

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.