Tuesday, June 20, 2023

140: Infrastructure As Code

 Today I spent some time learning about the concept of infrastructure as code. This allows us to define and configure the infrastructure of our web app using a high level abstracted code language. Recently, an open source project called SST has been gaining traction. SST allows you to use TypeScript constructs to define the Amazon Web Solutions infrastructure of your application. From here, we can create local versions of our app and then deploy the app with all its infrastructure by utilizing the AWS command line. 

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...